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
public class RemoteException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteException()
RemoteException(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
-
-