Class InternalServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.InternalServerException
- All Implemented Interfaces:
Serializable
A ServiceException wrapper for a general runtime exception. Allows conversion to a 500 error in
our ExceptionMapping
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalServerException
(String message, ValidationResult validationResult) InternalServerException
(String message, Throwable cause) InternalServerException
(Throwable throwable) -
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InternalServerException
-
InternalServerException
-
InternalServerException
-