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

B14019-02


oracle.security.jazn
Class JAZNInitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.security.jazn.JAZNRuntimeException
                  extended byoracle.security.jazn.JAZNInitException

All Implemented Interfaces:
java.io.Serializable

public class JAZNInitException
extends JAZNRuntimeException

JAZNInitException is thrown when an initialization error occurred.

See Also:
Serialized Form

Field Summary

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

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

Methods inherited from class oracle.security.jazn.JAZNRuntimeException
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

JAZNInitException

public JAZNInitException()
Creates a new instance of JAZNInitException

JAZNInitException

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

JAZNInitException

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