Class SimonRemoteException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPacketTypeException, InvokeTimeoutException, SessionException, SimonException

public class SimonRemoteException extends RuntimeException
General exception used by SIMON. All other "not from SUN" exceptions should extend this class.
See Also:
  • Constructor Details

    • SimonRemoteException

      public SimonRemoteException(String msg)
      Creates a new exception with e exception message
      Parameters:
      msg - a exception message
    • SimonRemoteException

      public SimonRemoteException(String message, Throwable cause)
      Creates a new exception with e exception message and a root-cause
      Parameters:
      message -
      cause -