com.atlassian.jira.rpc.exception
Class RemoteAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.rpc.exception.RemoteException
              extended by com.atlassian.jira.rpc.exception.RemoteAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class RemoteAuthenticationException
extends RemoteException

An exception thrown for remote authentication failures or errors.

See Also:
Serialized Form

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

RemoteAuthenticationException

public RemoteAuthenticationException()

RemoteAuthenticationException

public RemoteAuthenticationException(java.lang.String s)

RemoteAuthenticationException

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

RemoteAuthenticationException

public RemoteAuthenticationException(java.lang.Throwable throwable)


Copyright © 2004-2011 Atlassian. All Rights Reserved.