Class StreamVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.saperion.exception.StreamVerificationException
All Implemented Interfaces:
Serializable

public class StreamVerificationException extends IOException
Will be thrown if that calculated hash or length of the content stream does not match the expected values.
See Also:
  • Constructor Details

    • StreamVerificationException

      public StreamVerificationException()
    • StreamVerificationException

      public StreamVerificationException(String message, Throwable cause)
    • StreamVerificationException

      public StreamVerificationException(String message)
    • StreamVerificationException

      public StreamVerificationException(Throwable cause)