public class TemporaryException extends Exception
| Constructor and Description |
|---|
TemporaryException(@NonNull String message)
Constructs a new exception with the specified message.
|
TemporaryException(@NonNull Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemporaryException(@NonNull String message)
message - The message.public TemporaryException(@NonNull Throwable cause)
cause - The cause.Copyright © 2016 - present; JODConverter.org. All rights reserved.