|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nu.najt.kecon.jsocksproxy.AccessDeniedException
public class AccessDeniedException
This exception is thrown if the client requests a SOCKS version that is now allowed
| 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 |
|---|
public AccessDeniedException()
public AccessDeniedException(java.lang.String message,
java.lang.Throwable throwable)
message - the messagethrowable - the throwablepublic AccessDeniedException(java.lang.String message)
message - the messagepublic AccessDeniedException(java.lang.Throwable throwable)
throwable - the throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||