Class SecurityAccessException

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

public class SecurityAccessException extends org.springframework.dao.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:
  • Constructor Details

    • SecurityAccessException

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