Class MultipartParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.blackrook.small.exception.request.MultipartParserException
All Implemented Interfaces:
Serializable

public class MultipartParserException extends javax.servlet.ServletException
Exception thrown when a multiform request is not parsed properly.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • MultipartParserException

      public MultipartParserException(String message)
      Creates a new exception.
      Parameters:
      message - the exception message.
    • MultipartParserException

      public MultipartParserException(String message, Throwable exception)
      Creates a new exception with a message and cause.
      Parameters:
      message - the exception message.
      exception - the exception cause.