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 Details

    • UnAuthorizedAccessException

      public UnAuthorizedAccessException(String msg)
      Constructs an UnAuthorizedAccessException with the specified message
      Parameters:
      msg - the detail message