public final class AssertionCreationException extends PolicyException
Constructor and 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 and Description |
---|---|
AssertionData |
getAssertionData()
Retrieves assertion data associated with the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2019 Oracle Corporation. All rights reserved.