Class OAuth2ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.birchframework.framework.exception.BaseRuntimeException
-
- org.birchframework.security.oauth2.OAuth2ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class OAuth2ConfigurationException extends org.birchframework.framework.exception.BaseRuntimeExceptionA runtime exception for various OAuth2 resource server configuration errors.- Author:
- Keivan Khalichi
- See Also:
OAuth2ResourceServerAutoConfiguration, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuth2ConfigurationException(org.birchframework.dto.ErrorCode<?> theErrorCode)OAuth2ConfigurationException(org.birchframework.dto.ErrorCode<?> theErrorCode, Throwable theCause)
-
Method Summary
-
Methods inherited from class org.birchframework.framework.exception.BaseRuntimeException
getErrorCode, getErrorResponse, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
OAuth2ConfigurationException
public OAuth2ConfigurationException(org.birchframework.dto.ErrorCode<?> theErrorCode)
-
OAuth2ConfigurationException
public OAuth2ConfigurationException(org.birchframework.dto.ErrorCode<?> theErrorCode, Throwable theCause)
-
-