Class DiagnosedStreamCorruptionException

All Implemented Interfaces:
Serializable

public class DiagnosedStreamCorruptionException extends StreamCorruptedException
Signals a StreamCorruptedException with some additional diagnostic information.
Author:
Kohsuke Kawaguchi
See Also:
  • Method Details

    • getDiagnoseFailure

      public Exception getDiagnoseFailure()
    • getReadBack

      @NonNull public byte[] getReadBack()
    • getReadAhead

      @NonNull public byte[] getReadAhead()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable