JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

oracle.security.jazn
Class JAZNInitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.security.jazn.JAZNRuntimeException
                          |
                          +--oracle.security.jazn.JAZNInitException
All Implemented Interfaces:
Serializable

public class JAZNInitException
extends JAZNRuntimeException

JAZNInitException is thrown when an initialization error occurred.

See Also:
Serialized Form

Constructor Summary
JAZNInitException()
          Creates a new instance of JAZNInitException
JAZNInitException(String msg)
          Creates a new instance of JAZNInitException with the specified arguments
JAZNInitException(String msg, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

JAZNInitException

public JAZNInitException()
Creates a new instance of JAZNInitException

JAZNInitException

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

JAZNInitException

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

JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.