public class InternalException extends Exception
| Constructor and Description |
|---|
InternalException() |
InternalException(String message) |
InternalException(String message,
Throwable cause) |
InternalException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InternalException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All Rights Reserved.