|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.spi.AssertionCreationException
public final class AssertionCreationException
Exception thrown in case of assertion creation failure.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
AssertionData |
getAssertionData()
Retrieves assertion data associated with the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.)| Method Detail |
|---|
public AssertionData getAssertionData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||