Skip navigation links

Oracle Security Token Service Java API Reference
11.1.1.5

E22477-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
equals, 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 Security Token Service Java API Reference
11.1.1.5

E22477-01


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