Class CannotDeleteDocumentVersionFault

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
com.collabnet.ce.soap60.fault.WebServiceFault
com.collabnet.ce.soap60.fault.CannotDeleteDocumentVersionFault
All Implemented Interfaces:
Serializable

public class CannotDeleteDocumentVersionFault extends WebServiceFault
Represents the fault resulting from an attempt to delete the active version of a document
See Also:
  • Field Details

    • FAULT_CODE

      public static final QName FAULT_CODE
      SOAP fault code
  • Constructor Details

    • CannotDeleteDocumentVersionFault

      public CannotDeleteDocumentVersionFault(Throwable cause)
      Class constructor.
      Parameters:
      cause - Causing exception.
    • CannotDeleteDocumentVersionFault

      public CannotDeleteDocumentVersionFault(String id)
      Class constructor based on document version id.
      Parameters:
      id - Document version id.