|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.aselect.system.communication.server.soap11.ASOAPException
public class ASOAPException
An exception that is used to create SOAP fault elements.
Description:
An ASOAPException represents SOAP faults. If processing an
incomming SOAP message fails, an ASOAPException can be
throwed. After catching a ASOAPException it can be converted
to a SOAP response message containing a SOAP fault.
For more info see: SOAP fault handling
Concurrency issues:
-
| Field Summary | |
|---|---|
static int |
CLIENT
Sender fault |
static int |
INTERNAL_SERVER_ERROR
internal server error fault |
static int |
MUST_UNDERSTAND
must understand fault |
static int |
SERVER
Receiver fault |
static int |
UNSUPPORTED_CONTENT_TYPE
Unsupported content type fault |
static int |
VERSION_MISMATCH
Version mismatch fault |
| Method Summary | |
|---|---|
int |
getCode()
Get the exceptions fault code. |
java.lang.String |
getReason()
Get the exceptions reason. |
| 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 static final int VERSION_MISMATCH
public static final int MUST_UNDERSTAND
public static final int CLIENT
public static final int SERVER
public static final int UNSUPPORTED_CONTENT_TYPE
public static final int INTERNAL_SERVER_ERROR
| Method Detail |
|---|
public int getCode()
public java.lang.String getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||