Class MultipartStream.MalformedStreamException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    MultipartStream

    public static class MultipartStream.MalformedStreamException
    extends java.io.IOException
    Thrown to indicate that the input stream fails to follow the required syntax.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MalformedStreamException()
      Constructs a MalformedStreamException with no detail message.
      MalformedStreamException​(java.lang.String message)
      Constructs an MalformedStreamException 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MalformedStreamException

        public MalformedStreamException()
        Constructs a MalformedStreamException with no detail message.
      • MalformedStreamException

        public MalformedStreamException​(java.lang.String message)
        Constructs an MalformedStreamException with the specified detail message.
        Parameters:
        message - The detail message.