Class ApplicationRuntimeException

  • All Implemented Interfaces:
    Serializable, org.apache.commons.lang.exception.Nestable

    public class ApplicationRuntimeException
    extends org.apache.commons.lang.exception.NestableRuntimeException

    An exception class for reporting runtime exceptions that are related to Application objects or operations invoked on them.

    Version:
    $Id: ApplicationRuntimeException.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    See Also:
    Serialized Form
    • Constructor Detail

      • ApplicationRuntimeException

        public ApplicationRuntimeException​(String msg)
        Creates a new instance of ApplicationRuntimeException and sets the error message.
        Parameters:
        msg - the error message
      • ApplicationRuntimeException

        public ApplicationRuntimeException​(String msg,
                                           Throwable cause)
        Creates a new instance of ApplicationRuntimeException and sets the error message and the root cause.
        Parameters:
        msg - the error message
        cause - the root cause
      • ApplicationRuntimeException

        public ApplicationRuntimeException​(Throwable cause)
        Creates a new instance of ApplicationRuntimeException and sets the root cause.
        Parameters:
        cause - the root cause