|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ury.server.exceptions.HandlingException
uk.org.ury.server.exceptions.HandlerNotFoundException
public class HandlerNotFoundException
Exception thrown when the server request handler requested by the client is not * found in the class space.
Constructor Summary | |
---|---|
HandlerNotFoundException()
Construct a new HandlerNotFoundException with a default reason. |
|
HandlerNotFoundException(java.lang.String className,
java.lang.Throwable cause)
Construct a new HandlerNotFoundException with a class name and chained exception. |
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 |
---|
public HandlerNotFoundException()
public HandlerNotFoundException(java.lang.String className, java.lang.Throwable cause)
className
- The name of the missing handler class.cause
- The exception that this new exception is to
wrap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |