Class IncompleteReadException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.Serializable

    public class IncompleteReadException
    extends IndicationException
    Thrown when a read operation completes with no errors, but its indication contains information to suggest that the read result may not be reliable (for example, a limit error was encountered).
    Since:
    14.4
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompleteReadException

        protected IncompleteReadException​(Indication ind,
                                          java.lang.String explanation)
        Used by java classes to construct a new object.
        Parameters:
        ind - the Indication which provoked the exception
        explanation - explanatory text relating to error
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Description copied from class: IndicationException
        Returns a String containing information about the operation which caused the exception, the DN if available, and details of the indication error type and value.
        Overrides:
        getMessage in class IndicationException
        Returns:
        a String containing details about the exception