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:
- java.io.Serializable
- public class OAuth2ServletValidateException
- extends java.lang.Exception
OAuth2ServletValidateException.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType,
java.lang.String message)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType,
java.lang.String message,
java.lang.Throwable t)
OAuth2ServletValidateException
public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType,
java.lang.Throwable t)
getErrorDescription
public final java.lang.String getErrorDescription()
getErrorType
public final OAuth2ServletValidateException.ErrorType getErrorType()
setErrorDescription
public final void setErrorDescription(java.lang.String anErrorDiscription)
setErrorType
public final void setErrorType(OAuth2ServletValidateException.ErrorType anErrorType)
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.