Class InternalServerErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    @ResponseStatus(INTERNAL_SERVER_ERROR)
    public class InternalServerErrorException
    extends java.lang.Exception
    TODO JavaDoc
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • InternalServerErrorException

        public InternalServerErrorException()
      • InternalServerErrorException

        public InternalServerErrorException​(java.lang.String message)
      • InternalServerErrorException

        public InternalServerErrorException​(java.lang.String message,
                                            java.lang.Throwable cause)
      • InternalServerErrorException

        public InternalServerErrorException​(java.lang.Throwable cause)