Package dev.galasa.framework.api.common
Class InternalServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.framework.spi.FrameworkException
dev.galasa.framework.api.common.InternalServletException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class dev.galasa.framework.spi.FrameworkException
ENABLE_SUPRESSION_FALSE, WRITEABLE_STACK_TRACE_TRUE
-
Constructor Summary
ConstructorDescriptionInternalServletException
(ServletError servletError, int httpFailureCode) InternalServletException
(ServletError servletError, int httpFailureCode, Throwable cause) -
Method Summary
Methods inherited from class dev.galasa.framework.spi.FrameworkException
getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalServletException
-
InternalServletException
-
-
Method Details
-
getError
-
getHttpFailureCode
public int getHttpFailureCode() -
getMessage
- Overrides:
getMessage
in classThrowable
-