com.atlassian.confluence.rpc
Class OperationTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.rpc.RemoteException
              extended by 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
OperationTimedOutException()
           
OperationTimedOutException(String message)
           
OperationTimedOutException(String message, Throwable cause)
           
OperationTimedOutException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

OperationTimedOutException

public OperationTimedOutException()

OperationTimedOutException

public OperationTimedOutException(String message)

OperationTimedOutException

public OperationTimedOutException(Throwable cause)

OperationTimedOutException

public OperationTimedOutException(String message,
                                  Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.