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

B14019-02


oracle.security.jazn
Class JAZNObjectExistsException

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

All Implemented Interfaces:
java.io.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

Field Summary

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

Constructor Summary
JAZNObjectExistsException()
Creates a new instance of JAZNObjectExistsException
JAZNObjectExistsException(java.lang.String msg)
Creates a new instance of JAZNObjectExistsException with the specified arguments
JAZNObjectExistsException(java.lang.String msg, java.lang.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, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

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

Constructor Detail

JAZNObjectExistsException

public JAZNObjectExistsException()
Creates a new instance of JAZNObjectExistsException

JAZNObjectExistsException

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

JAZNObjectExistsException

public JAZNObjectExistsException(java.lang.String msg,
                                 java.lang.Throwable cause)
Creates a new instance of JAZNObjectExistsException 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.