public final class TaskException extends RuntimeException
TaskManager usage issues.TaskManager,
Serialized Form| Constructor and Description |
|---|
TaskException()
Constructs a new
TaskException with null as its detail message. |
TaskException(String message)
Constructs a new
TaskException with the specified detail message. |
TaskException(String message,
Throwable cause)
Constructs a new
TaskException with the specified detail message and cause. |
TaskException(Throwable cause)
Constructs a new
TaskException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TaskException()
TaskException with null as its detail message.public TaskException(@NotNull String message)
TaskException with the specified detail message.message - exception messagepublic TaskException(@NotNull String message, @NotNull Throwable cause)
TaskException with the specified detail message and cause.message - exception messagecause - exception causepublic TaskException(@NotNull Throwable cause)
TaskException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.