Package com.mku.salmon
Class SalmonSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mku.salmon.SalmonSecurityException
- All Implemented Interfaces:
Serializable
Salmon generic security exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct an exception with a specific message.SalmonSecurityException
(String msg, Exception ex) Construct an exception with a specific message and inner exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SalmonSecurityException
Construct an exception with a specific message.- Parameters:
msg
- The provided message.
-
SalmonSecurityException
Construct an exception with a specific message and inner exception.- Parameters:
msg
- The provided message.ex
- The inner exception.
-