Package com.atlassian.confluence.rpc
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AlreadyExistsException,AuthenticationFailedException,InvalidSessionException,NotFoundException,NotPermittedException,OperationTimedOutException,VersionMismatchException
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRemoteException(String message) RemoteException(String message, Throwable cause) RemoteException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RemoteException
public RemoteException() - 
RemoteException
 - 
RemoteException
 - 
RemoteException
 
 -