Package ddf.security.service
Class SecurityServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.security.service.SecurityServiceException
- All Implemented Interfaces:
Serializable
Exception specific to the security service packages. Used for all security-related exceptions
thrown to external callers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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 andThrowable.SecurityServiceException(Throwable throwable) Instantiates a new Security Service with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityServiceException
public SecurityServiceException()Instantiates a new Security Service exception. -
SecurityServiceException
Instantiates a new Security Service with the provided message.- Parameters:
message- the message
-
SecurityServiceException
Instantiates a new Security Service with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
SecurityServiceException
Instantiates a new Security Service with the providedThrowable.- Parameters:
throwable- the throwable
-