Package net.thevpc.nhttp.server.error
Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thevpc.nhttp.server.error.ApplicationException
- All Implemented Interfaces:
Serializable,NWebErrorCodeAware
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationException(NWebErrorCode code, String message) ApplicationException(NWebErrorCode code, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationException
-
ApplicationException
-
-
Method Details
-
getAppErrorCode
- Specified by:
getAppErrorCodein interfaceNWebErrorCodeAware
-