|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.edg.data.util.FaultableException
This is the top level data management exception which can be converted into an Axis Fault and thrown across a SOAP communication.
Constructor Summary | |
FaultableException(java.lang.String message)
Constructs an FaultableException with the specified
detail message. |
Method Summary | |
org.apache.axis.AxisFault |
asFault()
return this exception as an AXIS Fault |
static java.lang.String |
faultCode()
|
protected org.apache.axis.AxisFault |
makeFault(java.lang.String faultType,
java.lang.String string)
|
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 FaultableException(java.lang.String message)
FaultableException
with the specified
detail message.
message
- the pfnMethod Detail |
public org.apache.axis.AxisFault asFault()
asFault
in interface Faultable
protected org.apache.axis.AxisFault makeFault(java.lang.String faultType, java.lang.String string)
public static java.lang.String faultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |