public class DeployHandleCreationException extends SecuritySpiException
DeployHandleCreationException
is thrown if a security provider
encounters a problem while creating a DeployPolicyHandle
or
DeployRoleHandle
.
See the DeployableAuthorizationProviderV2
and
DeployableRoleProviderV2
interfaces for more information.
NestedThrowable.Util
nested
Constructor and Description |
---|
DeployHandleCreationException()
Constructs a
DeployHandleCreationException with no arguments. |
DeployHandleCreationException(java.lang.String msg)
Constructs a
DeployHandleCreationException with the specified
detail message. |
DeployHandleCreationException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a
DeployHandleCreationException with a detail message and
a nested exception. |
DeployHandleCreationException(java.lang.Throwable nested)
Constructs a
DeployHandleCreationException with a nested exception. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public DeployHandleCreationException()
DeployHandleCreationException
with no arguments.public DeployHandleCreationException(java.lang.String msg)
DeployHandleCreationException
with the specified
detail message. A detail message is a String that describes this particular exception.msg
- a String providing additional information about this exception.public DeployHandleCreationException(java.lang.Throwable nested)
DeployHandleCreationException
with a nested exception.nested
- a Throwable
object to wrapper as part of this exception.public DeployHandleCreationException(java.lang.String msg, java.lang.Throwable nested)
DeployHandleCreationException
with a detail message and
a nested exception.msg
- a String providing additional information about this exception.nested
- a Throwable
object to wrapper as part of this exception.