Class InternalServerErrorException

  • All Implemented Interfaces:
    Serializable, org.zalando.problem.Exceptional, org.zalando.problem.Problem

    public class InternalServerErrorException
    extends org.zalando.problem.AbstractThrowableProblem
    Simple exception with a message, that returns an Internal Server Error code.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalServerErrorException

        public InternalServerErrorException​(String message)