Serializablepublic final class AssertionCreationException extends PolicyException
| Constructor | Description |
|---|---|
AssertionCreationException(AssertionData assertionData,
String message) |
Constructs a new assertion creation exception with the specified detail message and cause.
|
AssertionCreationException(AssertionData assertionData,
String message,
Throwable cause) |
Constructs a new assertion creation exception with the specified detail message and cause.
|
AssertionCreationException(AssertionData assertionData,
Throwable cause) |
Constructs a new assertion creation exception with the specified detail message and cause.
|
| Modifier and Type | Method | Description |
|---|---|---|
AssertionData |
getAssertionData() |
Retrieves assertion data associated with the exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionCreationException(AssertionData assertionData, String message)
cause is assertionData - the data provided for assertion creationmessage - the detail message.public AssertionCreationException(AssertionData assertionData, String message, 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, 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()
Copyright © 2006–2018 Oracle Corporation. All rights reserved.