public class InternalErrorException
extends java.lang.Exception
Constructor and Description |
---|
InternalErrorException(java.lang.String message)
General exception indicating that something went wrong internally
not due to client request.
|
InternalErrorException(java.lang.String message,
java.lang.Throwable cause)
General exception indicating that something went wrong internally
not due to client request.
|
public InternalErrorException(java.lang.String message)
message
- descriptive message.public InternalErrorException(java.lang.String message, java.lang.Throwable cause)
message
- descriptive message.cause
- causing exception.