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, toStringpublic InternalException()
public InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InternalException(String message)
public InternalException(Throwable cause)
Copyright © 2021. All Rights Reserved.