Package org.n52.web.exception
Class InternalServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.n52.web.exception.WebExceptionAdapter
-
- org.n52.web.exception.InternalServerException
-
- All Implemented Interfaces:
Serializable,WebException
@ResponseStatus(INTERNAL_SERVER_ERROR) public class InternalServerException extends WebExceptionAdapter implements WebException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerException(String message)InternalServerException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.n52.web.exception.WebExceptionAdapter
addHint, addHint, getHints, getThrowable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.web.exception.WebException
addHint, addHint, getHints, getThrowable
-
-