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