Class CorruptedCodestreamException

  • All Implemented Interfaces:
    Serializable

    public class CorruptedCodestreamException
    extends IOException
    Thsi exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal.
    See Also:
    Serialized Form
    • Constructor Detail

      • CorruptedCodestreamException

        public CorruptedCodestreamException()
        Constructs a new CorruptedCodestreamException exception with no detail message.
      • CorruptedCodestreamException

        public CorruptedCodestreamException​(String s)
        Constructs a new CorruptedCodestreamException exception with the specified detail message.
        Parameters:
        s - The detail message.