Class AuthServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graylog.security.authservice.AuthServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProvisionerServiceException

public class AuthServiceException extends RuntimeException
See Also:
  • Constructor Details

    • AuthServiceException

      public AuthServiceException(String message, String backendType, String backendId)
    • AuthServiceException

      public AuthServiceException(String message, String backendType, String backendId, Throwable cause)
  • Method Details

    • getBackendType

      public String getBackendType()
    • getBackendId

      public String getBackendId()