Class TruncatedChunkException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      TruncatedChunkException​(java.lang.String message)
      Creates a TruncatedChunkException with the specified detail message.
      TruncatedChunkException​(java.lang.String format, java.lang.Object... args)
      Constructs a new TruncatedChunkException with the specified detail message.
    • Method Summary

      • 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

      • TruncatedChunkException

        public TruncatedChunkException​(java.lang.String message)
        Creates a TruncatedChunkException with the specified detail message.
        Parameters:
        message - The exception detail message
      • TruncatedChunkException

        public TruncatedChunkException​(java.lang.String format,
                                       java.lang.Object... args)
        Constructs a new TruncatedChunkException with the specified detail message.
        Parameters:
        format - The exception detail message format; see String.format(String, Object...).
        args - The exception detail message arguments; see String.format(String, Object...).
        Since:
        4.4.11