Package com.atlassian.confluence.rpc
Class OperationTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.rpc.RemoteException
-
- com.atlassian.confluence.rpc.OperationTimedOutException
-
- All Implemented Interfaces:
Serializable
public class OperationTimedOutException extends RemoteException
Thrown when an operation times out on the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationTimedOutException()
OperationTimedOutException(String message)
OperationTimedOutException(String message, Throwable cause)
OperationTimedOutException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-