Dekoh platform API

com.pramati.bfly.das.profile.exception
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pramati.bfly.das.profile.exception.ProfileException
All Implemented Interfaces:
Serializable

public class ProfileException
extends Exception

If a Dekoh Desktop was able to connect to central server, but was unable to update or get profile information, this exception would be triggered with appropriate message.

Since:
17 Jul, 2007
See Also:
Serialized Form

Constructor Summary
ProfileException()
           
ProfileException(String message)
           
ProfileException(String message, Throwable cause)
           
ProfileException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileException

public ProfileException()

ProfileException

public ProfileException(String message)

ProfileException

public ProfileException(String message,
                        Throwable cause)

ProfileException

public ProfileException(Throwable cause)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers