Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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