Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-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

See Also:
Serialized Form

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

OAuth2ServletValidateException

public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
                                      java.lang.String message)

OAuth2ServletValidateException

public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
                                      java.lang.String message,
                                      java.lang.Throwable t)

OAuth2ServletValidateException

public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
                                      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 errorDiscription)

setErrorType

public final void setErrorType(OAuth2ServletValidateException.ErrorType errorType)

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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