|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.funambol.syncclient.spdm.DMException
public class DMException
This class represents a device manager error. It keeps track of the causing exception, if any.
Constructor Summary | |
---|---|
DMException()
Creates a new instance of UpdateException without detail message. |
|
DMException(java.lang.String msg)
Constructs an instance of DMException with the specified detail message. |
|
DMException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of DMException with the specified detail message
and root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the root cause of this exception |
void |
printStackTrace()
Prints the exception and its cause (if any) stack trace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DMException()
UpdateException
without detail message.
public DMException(java.lang.String msg)
DMException
with the specified detail message.
msg
- the detail message.public DMException(java.lang.String msg, java.lang.Throwable cause)
DMException
with the specified detail message
and root cause.
msg
- the detail message.cause
- the root causeMethod Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |