Package org.forgerock.oauth
Class OAuthConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.oauth.OAuthException
-
- org.forgerock.oauth.OAuthConfigException
-
- All Implemented Interfaces:
Serializable
public class OAuthConfigException extends OAuthException
Exception used when an error has occurred with an OAuth client's configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthConfigException(String message)
Builds a OAuthConfigException with a given message.OAuthConfigException(String message, Exception cause)
Builds a OAuthConfigException with a given message and cause.
-
Method Summary
-
Methods inherited from class org.forgerock.oauth.OAuthException
asPromise
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OAuthConfigException
public OAuthConfigException(String message)
Builds a OAuthConfigException with a given message.- Parameters:
message
- exception message
-
-