Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn
Class JAZNObjectNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.security.jazn.JAZNException
                    |
                    +--oracle.security.jazn.JAZNObjectNotFoundException
All Implemented Interfaces:
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

Constructor Summary
JAZNObjectNotFoundException()
          Creates a new instance of JAZNObjectNotFoundException
JAZNObjectNotFoundException(String msg)
          Creates a new instance of JAZNObjectNotFoundException with the specified arguments
JAZNObjectNotFoundException(String msg, 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, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAZNObjectNotFoundException

public JAZNObjectNotFoundException()
Creates a new instance of JAZNObjectNotFoundException

JAZNObjectNotFoundException

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

JAZNObjectNotFoundException

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

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.