be.SIRAPRISE.client
Class IllegalServerCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.SIRAPRISE.client.IllegalServerCommandException
All Implemented Interfaces:
java.io.Serializable

public final class IllegalServerCommandException
extends java.lang.Exception

Author:
Erwin
See Also:
Serialized Form

Constructor Summary
IllegalServerCommandException(java.lang.Exception e)
          Creates the IllegalServerCommandException
IllegalServerCommandException(java.lang.String message)
          Creates the IllegalServerCommandException
IllegalServerCommandException(java.lang.String message, java.lang.Exception e)
          Creates the IllegalServerCommandException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalServerCommandException

public IllegalServerCommandException(java.lang.Exception e)
Creates the IllegalServerCommandException

Parameters:
e -

IllegalServerCommandException

public IllegalServerCommandException(java.lang.String message)
Creates the IllegalServerCommandException

Parameters:
message -

IllegalServerCommandException

public IllegalServerCommandException(java.lang.String message,
                                     java.lang.Exception e)
Creates the IllegalServerCommandException

Parameters:
message -
e -