Class CPMChunkTimeoutException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
      • documentURL

        private java.lang.String documentURL
        The document URL.
      • throttleID

        private java.lang.String throttleID
        The throttle ID.
      • docID

        private long docID
        The doc ID.
    • Constructor Detail

      • CPMChunkTimeoutException

        public CPMChunkTimeoutException​(long aDocumentId,
                                        java.lang.String aThrottleID,
                                        java.lang.String aDocumentURL)
        Instantiates a new CPM chunk timeout exception.
        Parameters:
        aDocumentId - the document ID
        aThrottleID - tbd
        aDocumentURL - document URL
    • Method Detail

      • getDocumentURL

        public java.lang.String getDocumentURL()
        Gets the document URL.
        Returns:
        the document URL
      • getDocID

        public long getDocID()
        Gets the doc ID.
        Returns:
        the docID
      • getThrottleID

        public java.lang.String getThrottleID()
        Gets the throttle ID.
        Returns:
        the ThrottleID