public class TaskManagementException extends Exception
Constructor and Description |
---|
TaskManagementException(String message)
Default constructor
|
TaskManagementException(String message,
Throwable cause)
Creates an exception that wraps another exception representing the actual cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TaskManagementException(String message)
message
- a detail messageCopyright © 2019 Communote team. All rights reserved.