de.root1.simon.exceptions
Class SimonRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.root1.simon.exceptions.SimonRemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidPacketTypeException, SessionException, SimonException

public class SimonRemoteException
extends java.lang.RuntimeException

General exception used by SIMON. All other "not from SUN" exceptions should extend this class.

Author:
ACHR
See Also:
Serialized Form

Constructor Summary
SimonRemoteException(java.lang.String msg)
          Creates a new exception with e exception message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimonRemoteException

public SimonRemoteException(java.lang.String msg)
Creates a new exception with e exception message

Parameters:
msg - a exception message


Copyright © 2011. All Rights Reserved.