com.filenet.wcm.apps.server.util.webdav
Class WebDAVException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.filenet.wcm.apps.server.util.webdav.WebDAVException
All Implemented Interfaces:
java.io.Serializable

public class WebDAVException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WebDAVException(int webDAVStatus)
           
WebDAVException(int webDAVStatus, WebDAVLogger logger, java.lang.String msg)
           
 
Method Summary
 int getStatus()
           
 
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

WebDAVException

public WebDAVException(int webDAVStatus)

WebDAVException

public WebDAVException(int webDAVStatus,
                       WebDAVLogger logger,
                       java.lang.String msg)
Method Detail

getStatus

public int getStatus()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.