com.mindoo.remote.api
Class RemoteEclipseAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)