Class ReadAbortedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadAbortedException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadAbortedException​(java.lang.String payload, java.lang.String partialInput)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPartialInput()  
      java.lang.String getPayload()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • ReadAbortedException

        public ReadAbortedException​(java.lang.String payload,
                                    java.lang.String partialInput)
    • Method Detail

      • getPayload

        public java.lang.String getPayload()
      • getPartialInput

        public java.lang.String getPartialInput()