Class CodecException

    • Constructor Summary

      Constructors 
      Constructor Description
      CodecException​(java.lang.String message)  
      CodecException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CodecException decodingIOException​(java.io.IOException exc)  
      static CodecException encodingIOException​(java.io.IOException exc)  
      • 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

      • CodecException

        public CodecException​(java.lang.String message)
      • CodecException

        public CodecException​(java.lang.String message,
                              java.lang.Throwable cause)
    • Method Detail

      • decodingIOException

        public static CodecException decodingIOException​(java.io.IOException exc)
      • encodingIOException

        public static CodecException encodingIOException​(java.io.IOException exc)