nu.najt.kecon.jsocksproxy
Class AccessDeniedException

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

public class AccessDeniedException
extends java.lang.RuntimeException

This exception is thrown if the client requests a SOCKS version that is now allowed

Author:
Kenny Colliander Nordin
See Also:
Serialized Form

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

AccessDeniedException

public AccessDeniedException()
Constructor


AccessDeniedException

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

Parameters:
message - the message
throwable - the throwable

AccessDeniedException

public AccessDeniedException(java.lang.String message)
Constructor

Parameters:
message - the message

AccessDeniedException

public AccessDeniedException(java.lang.Throwable throwable)
Constructor

Parameters:
throwable - the throwable