public class InternalException extends RuntimeException
| Constructor and Description |
|---|
InternalException()
Constructs an exception with an empty message string.
|
InternalException(String msg)
Constructs an exception with the specified message string.
|
InternalException(Throwable cause)
Constructs an exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalException()
public InternalException(String msg)
msg - The message string.public InternalException(Throwable cause)
cause - The cause.Copyright © 2023. All rights reserved.