com.atlassian.jira.rpc.exception
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.rpc.exception.RemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteAuthenticationException, RemotePermissionException, RemoteValidationException

public class RemoteException
extends java.lang.Exception

A general exception that occurs remotely.

See Also:
Serialized Form

Constructor Summary
RemoteException()
           
RemoteException(java.lang.String s)
           
RemoteException(java.lang.String s, java.lang.Throwable throwable)
           
RemoteException(java.lang.Throwable throwable)
           
 
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

RemoteException

public RemoteException()

RemoteException

public RemoteException(java.lang.String s)

RemoteException

public RemoteException(java.lang.String s,
                       java.lang.Throwable throwable)

RemoteException

public RemoteException(java.lang.Throwable throwable)


Copyright © 2004-2011 Atlassian. All Rights Reserved.