Class RemoteInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.vality.http.client.exception.RemoteInvocationException
All Implemented Interfaces:
Serializable

public class RemoteInvocationException
extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • RemoteInvocationException

      public RemoteInvocationException()
    • RemoteInvocationException

      public RemoteInvocationException​(String message)
    • RemoteInvocationException

      public RemoteInvocationException​(String message, Throwable cause)
    • RemoteInvocationException

      public RemoteInvocationException​(Throwable cause)
    • RemoteInvocationException

      public RemoteInvocationException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)