Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


oracle.security.jazn.token
Class TokenNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.security.jazn.token.TokenNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class TokenNotFoundException
extends java.lang.Exception
See Also:
Serialized Form

Constructor Summary
TokenNotFoundException()
           
TokenNotFoundException(java.lang.String msg)
           
TokenNotFoundException(java.lang.String msg, java.lang.Throwable cause)
           
TokenNotFoundException(java.lang.Throwable cause)
           

 

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

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)

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.