Class RpcCallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.cg.webbpm.modules.webkit.rpc.api.exception.RpcCallException
All Implemented Interfaces:
Serializable

public class RpcCallException extends Exception
Author:
Abdulin Ildar
See Also:
  • Constructor Details

    • RpcCallException

      public RpcCallException(String message)
    • RpcCallException

      public RpcCallException(String message, Throwable cause)
    • RpcCallException

      public RpcCallException(Throwable cause)
    • RpcCallException

      public RpcCallException(String message, String location, Throwable cause)
  • Method Details

    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)