Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InternalServerErrorPublixException

        public InternalServerErrorPublixException​(java.lang.String message)