public class SecurityServiceException extends Exception
| Constructor and Description |
|---|
SecurityServiceException()
Instantiates a new Security Service exception.
|
SecurityServiceException(String message)
Instantiates a new Security Service with the provided message.
|
SecurityServiceException(String message,
Throwable throwable)
Instantiates a new Security Service with the provided message and
Throwable. |
SecurityServiceException(Throwable throwable)
Instantiates a new Security Service with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityServiceException()
public SecurityServiceException(String message)
message - the messagepublic SecurityServiceException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.