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:
- AuthenticationFailedException, InvalidSessionException, NotFoundException, NotPermittedException, OperationTimedOutException
public class RemoteException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteException
public RemoteException()
RemoteException
public RemoteException(String message)
RemoteException
public RemoteException(Throwable cause)
RemoteException
public RemoteException(String message,
Throwable cause)