public final class AssertionCreationException extends PolicyException
| Modifier and Type | Field and Description |
|---|---|
private AssertionData |
assertionData |
| Constructor and Description |
|---|
AssertionCreationException(AssertionData assertionData,
java.lang.String message)
Constructs a new assertion creation exception with the specified detail message and cause.
|
AssertionCreationException(AssertionData assertionData,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new assertion creation exception with the specified detail message and cause.
|
AssertionCreationException(AssertionData assertionData,
java.lang.Throwable cause)
Constructs a new assertion creation exception with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
AssertionData |
getAssertionData()
Retrieves assertion data associated with the exception.
|
private final AssertionData assertionData
public AssertionCreationException(AssertionData assertionData, java.lang.String message)
cause is assertionData - the data provided for assertion creationmessage - the detail message.public AssertionCreationException(AssertionData assertionData, java.lang.String message, java.lang.Throwable cause)
cause is assertionData - the data provided for assertion creationmessage - the detail message.cause - the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public AssertionCreationException(AssertionData assertionData, java.lang.Throwable cause)
assertionData - the data provided for assertion creationcause - the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public AssertionData getAssertionData()