Class MultipartIllegalBoundaryException

  • All Implemented Interfaces:
    Serializable

    public class MultipartIllegalBoundaryException
    extends IOException
    Thrown upon attempt of setting an invalid boundary token.
    See Also:
    Serialized Form
    • Constructor Detail

      • MultipartIllegalBoundaryException

        public MultipartIllegalBoundaryException​(String sMsg)
        Constructs an IllegalBoundaryException with the specified detail message.
        Parameters:
        sMsg - The detail message.