Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service
11g Release 2 (11.1.2)

E27138-01


oracle.security.fed.sts.token.tpe
Class TokenProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.fed.sts.token.tpe.TokenProcessingException

All Implemented Interfaces:
java.io.Serializable

public class TokenProcessingException
extends java.lang.Exception

Exception class indicating an error during token issuance or validation.

See Also:
Serialized Form

Constructor Summary
TokenProcessingException()
          Creates a TokenProcessingException object
TokenProcessingException(java.lang.Exception ex)
          Creates a TokenProcessingException object
TokenProcessingException(java.lang.String msg)
          Creates a TokenProcessingException object
TokenProcessingException(java.lang.String msg, java.lang.Exception ex)
          Creates a TokenProcessingException object

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

TokenProcessingException

public TokenProcessingException()
Creates a TokenProcessingException object

TokenProcessingException

public TokenProcessingException(java.lang.String msg)
Creates a TokenProcessingException object
Parameters:
msg - the message indicating the cause of the exception

TokenProcessingException

public TokenProcessingException(java.lang.Exception ex)
Creates a TokenProcessingException object
Parameters:
ex, - the root cause of the exception

TokenProcessingException

public TokenProcessingException(java.lang.String msg,
                                java.lang.Exception ex)
Creates a TokenProcessingException object
Parameters:
msg - indicating the cause of the exception
ex - root cause of the exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service
11g Release 2 (11.1.2)

E27138-01


Copyright © 2011, 2012, Oracle and/or its affiliates. All rights reserved.