Package com.skava.auth.exception
Class UnAuthorizedAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.access.AccessDeniedException
com.skava.auth.exception.UnAuthorizedAccessException
- All Implemented Interfaces:
Serializable
public class UnAuthorizedAccessException
extends org.springframework.security.access.AccessDeniedException
Raised when the user don't have the access to the requested operation.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anUnAuthorizedAccessException
with the specified message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnAuthorizedAccessException
Constructs anUnAuthorizedAccessException
with the specified message- Parameters:
msg
- the detail message
-