|
||||||||||
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.soap12.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 |
DATA_ENCODING_UNKNOWN
Data encoding unknown fault. |
static int |
INTERNAL_SERVER_ERROR
Internal server error fault. |
static int |
MUST_UNDERSTAND
Must understand fault. |
static int |
RECEIVER
Receiver fault. |
static int |
SENDER
Sender fault. |
static int |
SOAP_11
SOAP 1.1 received 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 fault 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 SENDER
public static final int RECEIVER
public static final int DATA_ENCODING_UNKNOWN
public static final int UNSUPPORTED_CONTENT_TYPE
public static final int INTERNAL_SERVER_ERROR
public static final int SOAP_11
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 |