|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
soapdust.FaultResponseException
public class FaultResponseException
Thrown when the remote server returns a soap fault.
| Field Summary | |
|---|---|
ComposedValue |
fault
The fault returned by the remote server. |
int |
responseCode
The http status code. |
| Constructor Summary | |
|---|---|
FaultResponseException(java.lang.String message,
ComposedValue fault,
int responseCode)
|
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
public ComposedValue fault
public int responseCode
| Constructor Detail |
|---|
public FaultResponseException(java.lang.String message,
ComposedValue fault,
int responseCode)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||