Class 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:
    Serialized Form
    • Constructor Detail

      • 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 -