Class InternalServerErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zalando.problem.ThrowableProblem
-
- org.zalando.problem.AbstractThrowableProblem
-
- org.powertac.visualizer.web.rest.errors.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 Summary
Constructors Constructor Description InternalServerErrorException(String message)
-
Method Summary
-
Methods inherited from class org.zalando.problem.AbstractThrowableProblem
getDetail, getInstance, getParameters, getStatus, getTitle, getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
InternalServerErrorException
public InternalServerErrorException(String message)
-
-