Class SecurityServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.security.service.SecurityServiceException
All Implemented Interfaces:
Serializable

public class SecurityServiceException extends Exception
Exception specific to the security service packages. Used for all security-related exceptions thrown to external callers.
See Also:
  • Constructor Details

    • SecurityServiceException

      public SecurityServiceException()
      Instantiates a new Security Service exception.
    • SecurityServiceException

      public SecurityServiceException(String message)
      Instantiates a new Security Service with the provided message.
      Parameters:
      message - the message
    • SecurityServiceException

      public SecurityServiceException(String message, Throwable throwable)
      Instantiates a new Security Service with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • SecurityServiceException

      public SecurityServiceException(Throwable throwable)
      Instantiates a new Security Service with the provided Throwable.
      Parameters:
      throwable - the throwable