Class RpcTokenException

All Implemented Interfaces:
IsSerializable, Serializable

public class RpcTokenException extends RuntimeException implements IsSerializable
Exception that will be passed to the RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException) method when RPC token processing resulted in an error.
See Also:
  • Constructor Details

    • RpcTokenException

      public RpcTokenException()
      Constructs an instance with the default message.
    • RpcTokenException

      public RpcTokenException(String msg)
      Constructs an instance with the specified message.