Package exceptions.publix
Class InternalServerErrorPublixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.publix.PublixException
-
- exceptions.publix.InternalServerErrorPublixException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalServerErrorPublixException extends PublixException
This exception should only be thrown if something within JATOS doesn't behave like it should (there is a bug in JATOS). In production mode this should not happen. It causes the request to return with an HTTP status 500 (Internal Server Error).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerErrorPublixException(java.lang.String message)
-
Method Summary
-
Methods inherited from class exceptions.publix.PublixException
getHttpStatus
-
-