com.aptana.ide.core.io
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aptana.ide.core.io.ConnectionException
              extended by com.aptana.ide.core.io.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends ConnectionException

An exception designed to be thrown when IO authentication fails

Author:
Ingo Muschenetz
See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String message)
          AuthenticationException
 
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

AuthenticationException

public AuthenticationException(java.lang.String message)
AuthenticationException

Parameters:
message -