Package oracle.soa.api.invocation
Class FaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.soa.api.invocation.FaultException
- All Implemented Interfaces:
Serializable
Business Fault message holder object
-
Constructor Summary
ConstructorsConstructorDescriptionFaultException
(String faultName, Message faultMessage) Creates an instance of FaultException with given faultName and content -
Method Summary
Modifier and TypeMethodDescriptionGet the fault detail messageGet the fault nameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FaultException
Creates an instance of FaultException with given faultName and content- Parameters:
faultName
- the name of the faultfaultMessage
- the fault message
-
-
Method Details
-
getFaultMessage
Get the fault detail message- Returns:
- The fault message
-
getFaultName
Get the fault name- Returns:
- The fault name as it is described in the WSDL definition
-
getMessage
- Overrides:
getMessage
in classThrowable
-