Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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:
Serializable

public class OAuth2ServletValidateException
extends Exception
See Also:
Serialized Form

Nested Class Summary
static class OAuth2ServletValidateException.ErrorType
           

 

Constructor Summary
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType, String message)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType, String message, Throwable t)
           
OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType, Throwable t)
           

 

Method Summary
 String getErrorDescription()
           
 OAuth2ServletValidateException.ErrorType getErrorType()
           
 void setErrorDescription(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,
                                      String message)

OAuth2ServletValidateException

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

OAuth2ServletValidateException

public OAuth2ServletValidateException(OAuth2ServletValidateException.ErrorType errorType,
                                      Throwable t)

Method Detail

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

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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