Class DbStaleStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bedework.webdav.servlet.shared.WebdavException
org.bedework.carddav.server.dirHandlers.db.DbStaleStateException
All Implemented Interfaces:
Serializable

public class DbStaleStateException extends org.bedework.webdav.servlet.shared.WebdavException
Forbidden exception thrown by webdav classes
Author:
Mike Douglass douglm rpi.edu
See Also:
  • Constructor Details

    • DbStaleStateException

      public DbStaleStateException()
      Constructor
    • DbStaleStateException

      public DbStaleStateException(String msg)
      Constructor
      Parameters:
      msg -
    • DbStaleStateException

      public DbStaleStateException(QName errorTag)
      Constructor
      Parameters:
      errorTag -
    • DbStaleStateException

      public DbStaleStateException(QName errorTag, String msg)
      Constructor
      Parameters:
      errorTag -
      msg -