davmail.exception
Class LoginTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.httpclient.HttpException
                  extended by davmail.exception.LoginTimeoutException
All Implemented Interfaces:
Serializable

public class LoginTimeoutException
extends org.apache.commons.httpclient.HttpException

HttpException with 440 login timeout status.

See Also:
Serialized Form

Constructor Summary
LoginTimeoutException(String message)
          HttpException with 550 login timeout status.
 
Method Summary
 
Methods inherited from class org.apache.commons.httpclient.HttpException
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginTimeoutException

public LoginTimeoutException(String message)
HttpException with 550 login timeout status.

Parameters:
message - exception message


Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.