Package dev.voidframework.web.exception
Class ExtraWebServerConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ExtraWebServerConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtraWebServerConfigurationException.CantInstantiate,ExtraWebServerConfigurationException.ClassNotFound,ExtraWebServerConfigurationException.InvalidClass
All exceptions related to the extra web server configuration are subclasses of
ExtraWebServerConfigurationException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that provided error handler can't be instantiated.static classException indicates that request class was not found.static classException indicates that provided error handler is invalid. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuild a new instance.protectedExtraWebServerConfigurationException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtraWebServerConfigurationException
Build a new instance.- Parameters:
message- The detail messagecause- The root cause
-
ExtraWebServerConfigurationException
Build a new instance.- Parameters:
message- The detail message
-