public class AndroidFeatureManagementDAOException extends MobileDeviceManagementDAOException
| Constructor and Description |
|---|
AndroidFeatureManagementDAOException(String message)
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
|
AndroidFeatureManagementDAOException(String message,
Exception nestedException)
Constructs a new MobileDeviceManagementDAOException with the specified detail message and
nested exception.
|
AndroidFeatureManagementDAOException(String message,
Throwable cause)
Constructs a new MobileDeviceManagementDAOException with the specified detail message
and cause.
|
AndroidFeatureManagementDAOException(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 AndroidFeatureManagementDAOException(String message, Exception nestedException)
message - error messagenestedException - exceptionpublic AndroidFeatureManagementDAOException(String message, Throwable cause)
message - the detail message.cause - the cause of this exception.public AndroidFeatureManagementDAOException(String message)
message - the detail message.public AndroidFeatureManagementDAOException(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.