GigaSpaces XAP 9.0 API

org.openspaces.core
Class SecurityAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.PermissionDeniedDataAccessException
                              extended by org.openspaces.core.SecurityAccessException
All Implemented Interfaces:
Serializable

public class SecurityAccessException
extends PermissionDeniedDataAccessException

Thrown for a failed operation on a secured service, due to either failed authentication or access denial. Encapsulates any exception that is a subclass of SecurityException.

Since:
7.0.1
Author:
Moran Avigdor
See Also:
Serialized Form

Constructor Summary
SecurityAccessException(Throwable cause)
          Constructs a security exception with a message and cause.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityAccessException

public SecurityAccessException(Throwable cause)
Constructs a security exception with a message and cause.


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.