Package nl.b3p.commons.security.aselect
Class ASelectAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.b3p.commons.security.aselect.ASelectAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class ASelectAuthorizationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASelectAuthorizationException()
ASelectAuthorizationException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ASelectAuthorizationException
public ASelectAuthorizationException()
-
ASelectAuthorizationException
public ASelectAuthorizationException(String msg)
-
-