com.funambol.syncclient.spap
Class ApplicationManagementException

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

public class ApplicationManagementException
extends java.lang.Exception

Application management error condition

See Also:
Serialized Form

Constructor Summary
ApplicationManagementException(java.lang.String strMsg)
           
ApplicationManagementException(java.lang.String strMsg, java.lang.Throwable cause)
           
ApplicationManagementException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationManagementException

public ApplicationManagementException(java.lang.String strMsg)

ApplicationManagementException

public ApplicationManagementException(java.lang.String strMsg,
                                      java.lang.Throwable cause)

ApplicationManagementException

public ApplicationManagementException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2010 Funambol. All Rights Reserved.