Class AuthSchemeNotFoundException

All Implemented Interfaces:
Serializable

public class AuthSchemeNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • AuthSchemeNotFoundException

      public AuthSchemeNotFoundException()
    • AuthSchemeNotFoundException

      public AuthSchemeNotFoundException(String message)
    • AuthSchemeNotFoundException

      public AuthSchemeNotFoundException(String message, Throwable cause)
    • AuthSchemeNotFoundException

      public AuthSchemeNotFoundException(Throwable cause)
    • AuthSchemeNotFoundException

      public AuthSchemeNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)