Package net.solarnetwork.security
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.security.SecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException
Exception for security errors.
- Since:
- 1.60
- Version:
- 1.0
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SecurityException(String msg) Constructor.SecurityException(String msg, Throwable t) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityException
public SecurityException()Constructor. -
SecurityException
Constructor.- Parameters:
msg- the messaget- the cause
-
SecurityException
Constructor.- Parameters:
msg- the message
-
SecurityException
Constructor.- Parameters:
t- the cause
-