|
||||||||||
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.spap.AssetManagementException
com.funambol.syncclient.spap.AssetInstallationException
public class AssetInstallationException
This exception represents an error during asset installation
Constructor Summary | |
---|---|
AssetInstallationException(java.lang.String message)
Constructs an instance of AssetInstallationException with the
specified detail message. |
|
AssetInstallationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of AssetInstallationException with the
specified detail message. |
Method Summary |
---|
Methods inherited from class com.funambol.syncclient.spap.AssetManagementException |
---|
printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssetInstallationException(java.lang.String message)
AssetInstallationException
with the
specified detail message.
message
- the detail message.public AssetInstallationException(java.lang.String message, java.lang.Throwable cause)
AssetInstallationException
with the
specified detail message.
and the cause.
message
- the detail message.cause
- the cause of this error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |