public class WindowsFeatureManagementDAOException extends MobileDeviceManagementDAOException
| Constructor and Description |
|---|
WindowsFeatureManagementDAOException(String message)
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
|
WindowsFeatureManagementDAOException(String message,
Exception nestedException)
Constructs a new MobileDeviceManagementDAOException with the specified detail message and
nested exception.
|
WindowsFeatureManagementDAOException(String message,
Throwable cause)
Constructs a new MobileDeviceManagementDAOException with the specified detail message
and cause.
|
WindowsFeatureManagementDAOException(Throwable cause)
Constructs a new MobileDeviceManagementDAOException with the specified and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
setErrorMessage(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WindowsFeatureManagementDAOException(String message, Exception nestedException)
message - error messagenestedException - exceptionpublic WindowsFeatureManagementDAOException(String message, Throwable cause)
message - the detail message.cause - the cause of this exception.public WindowsFeatureManagementDAOException(String message)
message - the detail message.public WindowsFeatureManagementDAOException(Throwable cause)
cause - the cause of this exception.public String getMessage()
getMessage in class MobileDeviceManagementDAOExceptionpublic void setErrorMessage(String errorMessage)
setErrorMessage in class MobileDeviceManagementDAOExceptionCopyright © 2017 WSO2. All rights reserved.