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:
  • Constructor Details

    • RemoteException

      public RemoteException()
    • RemoteException

      public RemoteException(String message)
    • RemoteException

      public RemoteException(Throwable cause)
    • RemoteException

      public RemoteException(String message, Throwable cause)