public class TopLevelPolicyException
extends java.lang.Exception
| Constructor and Description |
|---|
TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status)
Constructs a new
TopLevelPolicyException with no message or
cause. |
TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.String message)
Constructs a new
TopLevelPolicyException with a message, but
no cause. |
TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new
TopLevelPolicyException with a message and
a cause. |
TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.Throwable cause)
Constructs a new
TopLevelPolicyException with a cause, but
no message. |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.sunxacml.ctx.Status |
getStatus()
Returns the status information associated with this error.
|
public TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status)
TopLevelPolicyException with no message or
cause.status - the Status associated with this errorpublic TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.String message)
TopLevelPolicyException with a message, but
no cause. The message is saved for later retrieval by the
Throwable.getMessage() method.status - the Status associated with this errormessage - the detail message (null if nonexistent or unknown)public TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.Throwable cause)
TopLevelPolicyException with a cause, but
no message. The cause is saved for later retrieval by the
Throwable.getCause() method.status - the Status associated with this errorcause - the cause (null if nonexistent or unknown)public TopLevelPolicyException(org.jboss.security.xacml.sunxacml.ctx.Status status,
java.lang.String message,
java.lang.Throwable cause)
TopLevelPolicyException with a message and
a cause. The message and cause are saved for later retrieval by the
Throwable.getMessage() and
Throwable.getCause() methods.status - the Status associated with this errormessage - the detail message (null if nonexistent or unknown)cause - the cause (null if nonexistent or unknown)Copyright © 2014 DuraSpace. All Rights Reserved.