com.mindoo.remote.api
Class RemoteEclipseAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindoo.remote.api.RemoteEclipseAPIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnauthenticatedDeveloperException, UnauthenticatedUserException

public class RemoteEclipseAPIException
extends java.lang.Exception

This exception is thrown when the invocation of a Remote API method leads to an error

See Also:
Serialized Form

Constructor Summary
RemoteEclipseAPIException()
           
RemoteEclipseAPIException(java.lang.String paramString)
           
RemoteEclipseAPIException(java.lang.String paramString, java.lang.Throwable paramThrowable)
           
RemoteEclipseAPIException(java.lang.Throwable paramThrowable)
           
 
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

RemoteEclipseAPIException

public RemoteEclipseAPIException()

RemoteEclipseAPIException

public RemoteEclipseAPIException(java.lang.String paramString)

RemoteEclipseAPIException

public RemoteEclipseAPIException(java.lang.String paramString,
                                 java.lang.Throwable paramThrowable)

RemoteEclipseAPIException

public RemoteEclipseAPIException(java.lang.Throwable paramThrowable)