nu.najt.kecon.jsocksproxy
Class UnknownCommand

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nu.najt.kecon.jsocksproxy.UnknownCommand
All Implemented Interfaces:
java.io.Serializable

public class UnknownCommand
extends java.lang.RuntimeException

UnknownCommand is thrown is the client requesting a unsupported command

Author:
Kenny Colliander Nordin
See Also:
Serialized Form

Constructor Summary
UnknownCommand()
          Constructor
UnknownCommand(java.lang.String message)
          Constructor
UnknownCommand(java.lang.String message, java.lang.Throwable throwable)
          Constructor
UnknownCommand(java.lang.Throwable throwable)
          Constructor
 
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

UnknownCommand

public UnknownCommand()
Constructor


UnknownCommand

public UnknownCommand(java.lang.String message,
                      java.lang.Throwable throwable)
Constructor

Parameters:
message - the message
throwable - the thorwable

UnknownCommand

public UnknownCommand(java.lang.String message)
Constructor

Parameters:
message - the message

UnknownCommand

public UnknownCommand(java.lang.Throwable throwable)
Constructor

Parameters:
throwable - the thorwable