Skip navigation links
oracle.ocsg.oauth2.ext.exception
Class OAuth2ServletValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.ocsg.oauth2.ext.exception.OAuth2ServletValidateException
- All Implemented Interfaces:
- Serializable
- public class OAuth2ServletValidateException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
String message)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
String message,
Throwable t)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
Throwable t)
getErrorDescription
public final String getErrorDescription()
getErrorType
public final OAuth2ServletValidateException.ErrorType getErrorType()
setErrorDescription
public final void setErrorDescription(String errorDiscription)
setErrorType
public final void setErrorType(OAuth2ServletValidateException.ErrorType errorType)
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.