Package 

Class InquiryResponse.Error

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getDebugMessage() reason why the Inquiry did not complete correctly
      final String getCause() information about an exception if the error was due to an exception
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InquiryResponse.Error

        InquiryResponse.Error(String debugMessage, String cause)
    • Method Detail

      • getCause

         final String getCause()

        information about an exception if the error was due to an exception