|
||||||||||
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
public class AssetManagementException
This exception represents an error for the asset management.
Constructor Summary | |
---|---|
AssetManagementException(Asset asset,
java.lang.String message)
Constructs an instance of AssetManagementException with the
specified Asset and the specified message. |
|
AssetManagementException(Asset asset,
java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of AssetManagementException with
the specified Asset and the specified message and the cause. |
|
AssetManagementException(java.lang.String message)
Constructs an instance of AssetManagementException with the
specified detail message. |
|
AssetManagementException(java.lang.String idAsset,
java.lang.String message)
Constructs an instance of AssetManagementException with
the specified idAsset and the specified message |
|
AssetManagementException(java.lang.String idAsset,
java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of AssetManagementException with the specified
idAsset and the specified message and the cause. |
|
AssetManagementException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of AssetManagementException with the
specified detail message. |
Method Summary | |
---|---|
void |
printStackTrace()
Prints the exception and its cause (if any) stack trace |
java.lang.String |
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 AssetManagementException(java.lang.String message)
AssetManagementException
with the
specified detail message.
message
- the detail message.public AssetManagementException(java.lang.String message, java.lang.Throwable cause)
AssetManagementException
with the
specified detail message.
and the cause.
message
- the detail message.cause
- the cause of this error.public AssetManagementException(Asset asset, java.lang.String message)
AssetManagementException
with the
specified Asset
and the specified message.
asset
- the asset involved in this error.message
- the detail message.public AssetManagementException(Asset asset, java.lang.String message, java.lang.Throwable cause)
AssetManagementException
with
the specified Asset
and the specified message and the cause.
asset
- the asset involved in this error.message
- the detail message.cause
- the cause of this error.public AssetManagementException(java.lang.String idAsset, java.lang.String message)
AssetManagementException
with
the specified idAsset and the specified message
idAsset
- the idAsset involved in this error.message
- the detail message.public AssetManagementException(java.lang.String idAsset, java.lang.String message, java.lang.Throwable cause)
AssetManagementException
with the specified
idAsset and the specified message and the cause.
idAsset
- the idAsset involved in this error.message
- the detail message.cause
- the cause of this error.Method Detail |
---|
public java.lang.String toString()
toString
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 |