com.funambol.syncclient.spap
Class AssetInstallationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.syncclient.spap.AssetManagementException
              extended by com.funambol.syncclient.spap.AssetInstallationException
All Implemented Interfaces:
java.io.Serializable

public class AssetInstallationException
extends AssetManagementException

This exception represents an error during asset installation

Version:
$Id: AssetInstallationException.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
See Also:
Serialized Form

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

AssetInstallationException

public AssetInstallationException(java.lang.String message)
Constructs an instance of AssetInstallationException with the specified detail message.

Parameters:
message - the detail message.

AssetInstallationException

public AssetInstallationException(java.lang.String message,
                                  java.lang.Throwable cause)
Constructs an instance of AssetInstallationException with the specified detail message. and the cause.

Parameters:
message - the detail message.
cause - the cause of this error.


Copyright © 2010 Funambol. All Rights Reserved.