Class CorruptedCodestreamException

    • 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.