Class IncompleteReadException

All Implemented Interfaces:
SWIG_DSAPIConstants, 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:
  • Constructor Details

    • IncompleteReadException

      protected IncompleteReadException(Indication ind, 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 Details

    • getMessage

      public 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