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