Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn
Class JAZNObjectExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.security.jazn.JAZNException
                    |
                    +--oracle.security.jazn.JAZNObjectExistsException
All Implemented Interfaces:
Serializable

public class JAZNObjectExistsException
extends JAZNException

JAZNObjectExistsException is thrown when an attempt is made to create an object that already exists.

See Also:
Serialized Form

Constructor Summary
JAZNObjectExistsException()
          Creates a new instance of JAZNObjectExistsException
JAZNObjectExistsException(String msg)
          Creates a new instance of JAZNObjectExistsException with the specified arguments
JAZNObjectExistsException(String msg, Throwable cause)
          Creates a new instance of JAZNObjectExistsException 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

JAZNObjectExistsException

public JAZNObjectExistsException()
Creates a new instance of JAZNObjectExistsException

JAZNObjectExistsException

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

JAZNObjectExistsException

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

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.