Package net.jini.security.policy
Class PolicyInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.security.policy.PolicyInitializationException
- All Implemented Interfaces:
Serializable
Exception indicating failed initialization of a security policy provider.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyInitializationException(String message, Throwable cause) Constructs newPolicyInitializationExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyInitializationException
Constructs newPolicyInitializationExceptionwith the specified detail message and cause.- Parameters:
message- detail messagecause- cause, ornullif none or unknown
-