Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.idm.token
Class TokenNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsLocalizableException
              extended by oracle.security.jps.service.idm.token.TokenNotFoundException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class TokenNotFoundException
extends JpsLocalizableException
See Also:
Serialized Form

Constructor Summary
TokenNotFoundException()
           
TokenNotFoundException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundleType and error code.
TokenNotFoundException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundleType, error code and error parameters.
TokenNotFoundException(java.lang.String msg)
           
TokenNotFoundException(java.lang.String msg, java.lang.Throwable cause)
           
TokenNotFoundException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TokenNotFoundException

public TokenNotFoundException()

TokenNotFoundException

public TokenNotFoundException(java.lang.String msg)

TokenNotFoundException

public TokenNotFoundException(java.lang.String msg,
                              java.lang.Throwable cause)

TokenNotFoundException

public TokenNotFoundException(java.lang.Throwable cause)

TokenNotFoundException

public TokenNotFoundException(JpsBundleType bundleType,
                              java.lang.String errorCode)
The constructor takes bundleType and error code.
Parameters:
bundleType - bundle type
errorCode - key of error message

TokenNotFoundException

public TokenNotFoundException(JpsBundleType bundleType,
                              java.lang.String errorCode,
                              java.lang.Object[] parameters)
The constructor takes bundleType, error code and error parameters.
Parameters:
bundleType - bundle type
errorCode - key of error message
parameters - params of error message

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.