Class RpcCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sk.ipesoft.d2000.d2japi.annotations.RpcCallException
-
public class RpcCallException extends java.lang.RuntimeExceptionException thrown when proxied RPC or SBA call throws an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcCallException()Create new instance.RpcCallException(java.lang.String message)Create new instance with message.RpcCallException(java.lang.String message, java.lang.Throwable cause)Create new instance with message and cause.RpcCallException(java.lang.Throwable cause)Create new instance with cause.
-
-
-
Constructor Detail
-
RpcCallException
public RpcCallException()
Create new instance.
-
RpcCallException
public RpcCallException(java.lang.String message)
Create new instance with message.- Parameters:
message- error description
-
RpcCallException
public RpcCallException(java.lang.String message, java.lang.Throwable cause)Create new instance with message and cause.- Parameters:
message- error descriptioncause- error cause
-
RpcCallException
public RpcCallException(java.lang.Throwable cause)
Create new instance with cause.- Parameters:
cause- error cause
-
-