Package host.anzo.simon.exceptions
Class SimonRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
host.anzo.simon.exceptions.SimonRemoteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPacketTypeException,InvokeTimeoutException,SessionException,SimonException
General exception used by SIMON. All other "not from SUN" exceptions should extend this class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception with e exception messageSimonRemoteException(String message, Throwable cause) Creates a new exception with e exception message and a root-cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimonRemoteException
Creates a new exception with e exception message- Parameters:
msg- a exception message
-
SimonRemoteException
Creates a new exception with e exception message and a root-cause- Parameters:
message-cause-
-