|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.security.jacc
|
Constructor Summary | |
---|---|
PolicyContextException()
Constructs a new PolicyContextException with null as its detail message. |
|
PolicyContextException(String msg)
Constructs a new PolicyContextException with the specified detail message |
|
PolicyContextException(String msg,
Throwable cause)
Constructs a new PolicyContextException with the specified detail message and cause. |
|
PolicyContextException(Throwable cause)
Constructs a new PolicyContextException with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyContextException()
null
as its detail message.
describing the cause of the exception.
public PolicyContextException(String msg)
msg
- - a String
containing a detail message
describing the cause of the exception.public PolicyContextException(String msg, Throwable cause)
msg
- - a String containing a detail message describing the
cause of the exception.cause
- - the Throwable that is "causing" this exception to be
constructed. A null value is permitted, and the value passed through
this parameter may subsequently be retrieved by calling
getCause()
on the constructed exception.
public PolicyContextException(Throwable cause)
cause
- - the Throwable that is "causing" this exception to be
constructed. A null value is permitted, and the value passed through
this parameter may subsequently be retrieved by calling
getCause()
on the constructed exception.