public class InternalException extends RuntimeException
Constructor and Description |
---|
InternalException()
Create a new instance of InternalException
|
InternalException(String message)
Create a new instance of InternalException
|
InternalException(String message,
Throwable cause)
Create a new instance of InternalException
|
InternalException(Throwable cause)
Create a new instance of InternalException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InternalException()
public InternalException(String message, Throwable cause)
message
- cause
- public InternalException(String message)
message
- public InternalException(Throwable cause)
cause
-