| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.security.jacc.PolicyContextException
public class PolicyContextException
This checked exception is thrown by implementations of the 
 javax.security.jacc.PolicyConfiguration Interface, the
 javax.security.jacc.PolicyConfigurationFactory abstract class,
 the javax.security.jacc.PolicyContext utility class, and 
 implementations of the 
 javax.security.jacc.PolicyContextException Interface.
 
This exception is used by javax.security.jacc implementation classes to rethrow checked exceptions ocurring within an implementation that are not declared by the interface or class being implemented.
Exception, 
PolicyConfiguration, 
PolicyConfigurationFactory, 
PolicyContext, 
PolicyContextHandler, 
Serialized Form| Constructor Summary | |
|---|---|
PolicyContextException()
Constructs a new PolicyContextException with null as its detail message. | 
|
PolicyContextException(java.lang.String msg)
Constructs a new PolicyContextException with the specified detail message  | 
|
PolicyContextException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructs a new PolicyContextException with the specified detail message and cause.  | 
|
PolicyContextException(java.lang.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(java.lang.String msg)
msg - - a String containing a detail message 
 describing the cause of the exception.
public PolicyContextException(java.lang.String msg,
                              java.lang.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(java.lang.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.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41