public class MobileDeviceManagementDAOException extends Exception
Constructor and Description |
---|
MobileDeviceManagementDAOException(String message)
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
|
MobileDeviceManagementDAOException(String message,
Exception nestedException)
Constructs a new MobileDeviceManagementDAOException with the specified detail message and
nested exception.
|
MobileDeviceManagementDAOException(String message,
Throwable cause)
Constructs a new MobileDeviceManagementDAOException with the specified detail message
and cause.
|
MobileDeviceManagementDAOException(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, toString
public MobileDeviceManagementDAOException(String message, Exception nestedException)
message
- error messagenestedException
- exceptionpublic MobileDeviceManagementDAOException(String message, Throwable cause)
message
- the detail message.cause
- the cause of this exception.public MobileDeviceManagementDAOException(String message)
message
- the detail message.public MobileDeviceManagementDAOException(Throwable cause)
cause
- the cause of this exception.public String getMessage()
getMessage
in class Throwable
public void setErrorMessage(String errorMessage)
Copyright © 2017 WSO2. All rights reserved.