Class HttpApplicationException

  • All Implemented Interfaces:
    Serializable

    public class HttpApplicationException
    extends Exception
    An exception that is thrown during a Http Application start up when the start up of the application fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpApplicationException

        public HttpApplicationException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The detail message.
      • HttpApplicationException

        public HttpApplicationException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - The exception which caused this exception to be thrown.
      • HttpApplicationException

        public HttpApplicationException​(String message,
                                        Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The exception which caused this exception to be thrown.