Class RpcCallException



  • public class RpcCallException
    extends java.lang.RuntimeException
    Exception 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • 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 description
        cause - error cause
      • RpcCallException

        public RpcCallException​(java.lang.Throwable cause)
        Create new instance with cause.
        Parameters:
        cause - error cause