public class ManagementException extends Exception
| Constructor and Description |
|---|
ManagementException(String message)
Create a
ManagementException with a detail message. |
ManagementException(String message,
Throwable cause)
Create a
ManagementException with a detail message and cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Get the cause (if any) for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ManagementException(String message)
ManagementException with a detail message.message - the detail message.