public class InvocationFaultException extends RuntimeException
Constructor and Description |
---|
InvocationFaultException(Message faultMessage)
Create a new InvocationFaultException based on the specified fault message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
Message |
getFaultMessage()
Return the underlying fault message.
|
boolean |
isType(Class<?> type)
Determines if the content of the underlying fault message matches the
specified type.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvocationFaultException(Message faultMessage)
faultMessage
- fault messagepublic Message getFaultMessage()
public boolean isType(Class<?> type)
type
- expected typeCopyright © 2013–2019 JBoss by Red Hat. All rights reserved.