Package org.kiwiproject.security
Class UncheckedGeneralSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.security.UncheckedGeneralSecurityException
- All Implemented Interfaces:
Serializable
Wraps a
GeneralSecurityException with an unchecked exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncheckedGeneralSecurityException(String message, GeneralSecurityException cause) Constructs a new instance.Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedGeneralSecurityException
Constructs a new instance.- Parameters:
cause- theGeneralSecurityException
-
UncheckedGeneralSecurityException
Constructs a new instance.- Parameters:
message- the detail message, may be nullcause- theGeneralSecurityException
-
-
Method Details