|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
public class MobileDeviceManagementDAOException
Custom exception class for mobile device specific data access related exceptions.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getMessage()
|
void |
setErrorMessage(String errorMessage)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MobileDeviceManagementDAOException(String message,
Exception nestedException)
message - error messagenestedException - exception
public 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.| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic void setErrorMessage(String errorMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||