|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
at.spardat.xma.boot.transport.CommunicationException
Thrown by Transport, if anything goes wrong in the communication with the server.
| Constructor Summary | |
CommunicationException(java.lang.Exception exc)
Constructs an CommunicationException with the specified detail
Exception. |
|
CommunicationException(java.lang.Exception exc,
int returnCode)
Constructs an CommunicationException with the specified detail
Exception and Http-Returncode. |
|
CommunicationException(int returnCode)
Constructs an CommunicationException with the specified Http-Returncode.
|
|
CommunicationException(java.lang.String message)
Constructs an CommunicationException with the specified detail
message. |
|
CommunicationException(java.lang.String message,
java.lang.Exception exc)
Constructs an CommunicationException with the specified mesage and detail
Exception. |
|
CommunicationException(java.lang.String message,
java.lang.Exception exc,
int returnCode)
Constructs an CommunicationException with the specified message, detail
Exception and Http-Returncode. |
|
CommunicationException(java.lang.String message,
int returnCode)
Constructs an CommunicationException with the specified detail
message and Http-Returncode. |
|
| Method Summary | |
int |
getReturnCode()
|
void |
setReturnCode(int returnCode)
|
| 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 CommunicationException(java.lang.Exception exc)
CommunicationException with the specified detail
Exception. The message of the detail exception is used as message of the
CommunicationException.
exc - the detail exception.public CommunicationException(java.lang.String message)
CommunicationException with the specified detail
message.
message - the detail message.
public CommunicationException(java.lang.String message,
java.lang.Exception exc)
CommunicationException with the specified mesage and detail
Exception.
message - the detail message.exc - the detail exception.
public CommunicationException(java.lang.String message,
java.lang.Exception exc,
int returnCode)
CommunicationException with the specified message, detail
Exception and Http-Returncode. The message of the CommunicationException
is composed of the detail message and the returncode.
message - the detail messageexc - the detail exceptionreturnCode - the HTTP-Returncode send by the server
public CommunicationException(java.lang.Exception exc,
int returnCode)
CommunicationException with the specified detail
Exception and Http-Returncode. The message of the CommunicationException
is composed of the message of the detail exception and the returncode.
exc - the detail exceptionreturnCode - the HTTP-Returncode send by the server
public CommunicationException(java.lang.String message,
int returnCode)
CommunicationException with the specified detail
message and Http-Returncode. The message of the CommunicationException
is composed of the detail message and the returncode.
message - the detail messagereturnCode - the HTTP-Returncode send by the serverpublic CommunicationException(int returnCode)
CommunicationException with the specified Http-Returncode.
The message of the CommunicationException
is composed of the returncode.
returnCode - the HTTP-Returncode send by the server| Method Detail |
public int getReturnCode()
public void setReturnCode(int returnCode)
returnCode - The returnCode to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||