Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


oracle.security.jazn
Class JAZNObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.security.jazn.JAZNException
              extended byoracle.security.jazn.JAZNObjectNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class JAZNObjectNotFoundException
extends JAZNException

JAZNObjectNotFoundException is thrown when an attempt is made to access an object that does not already exist.

See Also:
Serialized Form

Field Summary

Fields inherited from class oracle.security.jazn.JAZNException
_cause

Constructor Summary
JAZNObjectNotFoundException()
Creates a new instance of JAZNObjectNotFoundException
JAZNObjectNotFoundException(java.lang.String msg)
Creates a new instance of JAZNObjectNotFoundException with the specified arguments
JAZNObjectNotFoundException(java.lang.String msg, java.lang.Throwable cause)
Creates a new instance of JAZNObjectNotFoundException with the specified arguments

Methods inherited from class oracle.security.jazn.JAZNException
getCause, initCause, printStackTrace

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

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

Constructor Detail

JAZNObjectNotFoundException

public JAZNObjectNotFoundException()
Creates a new instance of JAZNObjectNotFoundException

JAZNObjectNotFoundException

public JAZNObjectNotFoundException(java.lang.String msg)
Creates a new instance of JAZNObjectNotFoundException with the specified arguments

JAZNObjectNotFoundException

public JAZNObjectNotFoundException(java.lang.String msg,
                                   java.lang.Throwable cause)
Creates a new instance of JAZNObjectNotFoundException with the specified arguments

Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


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