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
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
Copyright 2001, Oracle Corporation. All Rights Reserved.