Class RpcExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.netui.api.bind.RpcExecutionException
All Implemented Interfaces:
Serializable

@Deprecated public class RpcExecutionException extends RuntimeException
Deprecated.
See Also:
  • Constructor Details

    • RpcExecutionException

      public RpcExecutionException()
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(String s)
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(String s, Throwable throwable)
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(Throwable throwable)
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(String s, Blame... blame)
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(String s, Throwable throwable, Blame... blame)
      Deprecated.
    • RpcExecutionException

      public RpcExecutionException(Throwable throwable, Blame... blame)
      Deprecated.
  • Method Details

    • getBlame

      @Nullable public @Nullable EnumSet<Blame> getBlame()
      Deprecated.