Package org.openspaces.core
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 Summary
ConstructorsConstructorDescriptionSecurityAccessException(Throwable cause) Constructs a security exception with a message and cause. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityAccessException
Constructs a security exception with a message and cause.
-