Oracle9iAS JAAS 9.0.2.0.0

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, printStackTrace, printStackTrace, 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

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.