public class

OperationTimedOutException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.rpc.RemoteException
         ↳ com.atlassian.confluence.rpc.OperationTimedOutException

Class Overview

Thrown when an operation times out on the server.

Summary

Public Constructors
OperationTimedOutException()
OperationTimedOutException(String message)
OperationTimedOutException(Throwable cause)
OperationTimedOutException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OperationTimedOutException ()

public OperationTimedOutException (String message)

public OperationTimedOutException (Throwable cause)

public OperationTimedOutException (String message, Throwable cause)