Package exceptions.gui
Class InternalServerErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.HttpException
-
- exceptions.gui.InternalServerErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalServerErrorException extends HttpException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class exceptions.gui.HttpException
httpStatusCode
-
-
Constructor Summary
Constructors Constructor Description InternalServerErrorException(java.lang.String message)InternalServerErrorException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
Method Summary
-
Methods inherited from class exceptions.gui.HttpException
getStatus
-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-
-
-
Constructor Detail
-
InternalServerErrorException
public InternalServerErrorException(java.lang.String message)
-
InternalServerErrorException
public InternalServerErrorException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
-