Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.ext.exception
Class OAuth2ServletValidateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ocsg.oauth2.ext.exception.OAuth2ServletValidateException
All Implemented Interfaces:
java.io.Serializable

public class OAuth2ServletValidateException
extends java.lang.Exception

OAuth2ServletValidateException.

See Also:
Serialized Form

Nested Class Summary
static class OAuth2ServletValidateException.ErrorType
           
 
Constructor Summary
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType, java.lang.String message)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType, java.lang.String message, java.lang.Throwable t)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType anErrorType, java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getErrorDescription()
           
 OAuth2ServletValidateException.ErrorType getErrorType()
           
 void setErrorDescription(java.lang.String anErrorDiscription)
           
 void setErrorType(OAuth2ServletValidateException.ErrorType anErrorType)
           
 
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
 

Constructor Detail

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)
Method Detail

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)

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.