davmail.exception
Class WebdavNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by davmail.exception.DavMailException
                  extended by davmail.exception.WebdavNotAvailableException
All Implemented Interfaces:
Serializable

public class WebdavNotAvailableException
extends DavMailException

Exchange 2007 with Webdav disabled will trigger this exception.

See Also:
Serialized Form

Constructor Summary
WebdavNotAvailableException(String key, Object... arguments)
          Create a DavMail exception with the given BundleMessage key and arguments.
 
Method Summary
 
Methods inherited from class davmail.exception.DavMailException
getBundleMessage, getMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

WebdavNotAvailableException

public WebdavNotAvailableException(String key,
                                   Object... arguments)
Create a DavMail exception with the given BundleMessage key and arguments.

Parameters:
key - message key
arguments - message values


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