|
||||||||||
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
public class HandlingException
Generic exception thrown when the server cannot handle a request.
Constructor Summary | |
---|---|
HandlingException(java.lang.String string)
Construct a HandlingException with a reason. |
|
HandlingException(java.lang.String string,
java.lang.Throwable cause)
Construct a HandlingException with a reason and a cause to chain. |
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 HandlingException(java.lang.String string)
string
- The reason to present.public HandlingException(java.lang.String string, java.lang.Throwable cause)
string
- The reason to present.cause
- The thrown cause that this exception should wrap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |