oracle.security.jazn
Class JAZNException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.security.jazn.JAZNException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JAZNNamingException, JAZNObjectExistsException, JAZNObjectNotFoundException
- public class JAZNException
- extends Exception
An JAZNException represents an authorization exception.
- See Also:
- Serialized Form
JAZNException
public JAZNException()
- Creates a new instance of JAZNException
JAZNException
public JAZNException(String msg)
- Creates a new instance of JAZNException with
the specified arguments
JAZNException
public JAZNException(String msg,
Throwable cause)
- Creates a new instance of JAZNException with
the specified arguments
getCause
public Throwable getCause()
- Retrieves the causing exception of this JAZNException, if any.
- Returns:
- The possibly null exception that caused this
authorization exception.
If null, it means there is no causing exception for this
authorization exception.
- See Also:
#setCause
initCause
public void initCause(Throwable e)
- Sets the causing exception of this exception.
If e is this, this method does no do anything.
- Parameters:
e
- The possibly null exception that caused the authorization
operation to fail. If null, it means this authorization
exception has no root exception.- See Also:
getCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
Copyright 2001, Oracle Corporation. All Rights Reserved.