public class RemoteTimeoutException
extends java.lang.Exception
| Constructor and Description |
|---|
RemoteTimeoutException()
Constructs a new IntegrationException without specified detail message.
|
RemoteTimeoutException(java.lang.String sMessage_p)
Constructs a new IntegrationException with specified detail message.
|
RemoteTimeoutException(java.lang.String sMessage_p,
java.lang.Throwable oCause_p)
Constructs a new IntegrationException with specified detail message and
nested Throwable.
|
RemoteTimeoutException(java.lang.Throwable oCause_p)
Constructs a new IntegrationException with specified nested Throwable.
|
public RemoteTimeoutException()
public RemoteTimeoutException(java.lang.String sMessage_p)
sMessage_p - The error messagepublic RemoteTimeoutException(java.lang.Throwable oCause_p)
oCause_p - The exception or error that caused this exception to be
thrownpublic RemoteTimeoutException(java.lang.String sMessage_p,
java.lang.Throwable oCause_p)
sMessage_p - The error messageoCause_p - The exception or error that caused this exception to be
thrown