public class InternalServerErrorException extends HttpException
| Constructor and Description | 
|---|
InternalServerErrorException()
Constructs a new  
InternalServerErrorException. | 
InternalServerErrorException(String message)
Constructs a new  
InternalServerErrorException with the supplied message. | 
InternalServerErrorException(String message,
                            Throwable cause)
Constructs a new  
InternalServerErrorException with the supplied message and Throwable. | 
InternalServerErrorException(Throwable cause)
Constructs a new  
InternalServerErrorException with the supplied Throwable. | 
getHttpStatusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerErrorException()
InternalServerErrorException.public InternalServerErrorException(String message)
InternalServerErrorException with the supplied message.public InternalServerErrorException(String message, Throwable cause)
InternalServerErrorException with the supplied message and Throwable.