Class BadCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.dlic.auth.http.jwt.keybyoidc.BadCredentialsException
-
- All Implemented Interfaces:
Serializable
public class BadCredentialsException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadCredentialsException()BadCredentialsException(String message)BadCredentialsException(String message, Throwable cause)BadCredentialsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BadCredentialsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadCredentialsException
public BadCredentialsException()
-
BadCredentialsException
public BadCredentialsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
BadCredentialsException
public BadCredentialsException(String message)
-
BadCredentialsException
public BadCredentialsException(Throwable cause)
-
-