public class InternalServerErrorException extends HttpException
| Constructor and Description |
|---|
InternalServerErrorException()
Constructs a new
InternalServerErrorException. |
InternalServerErrorException(java.lang.String message)
Constructs a new
InternalServerErrorException with the supplied message. |
InternalServerErrorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
InternalServerErrorException with the supplied message and Throwable. |
InternalServerErrorException(java.lang.Throwable cause)
Constructs a new
InternalServerErrorException with the supplied Throwable. |
getHttpStatuspublic InternalServerErrorException()
InternalServerErrorException.public InternalServerErrorException(java.lang.String message)
InternalServerErrorException with the supplied message.public InternalServerErrorException(java.lang.String message,
java.lang.Throwable cause)
InternalServerErrorException with the supplied message and Throwable.public InternalServerErrorException(java.lang.Throwable cause)
InternalServerErrorException with the supplied Throwable.