Class NotAServletEnvironmentException

  • All Implemented Interfaces:
    Serializable

    public class NotAServletEnvironmentException
    extends org.apache.tiles.TilesException
    Exception that indicates that a resource could not be used because it is not in a servlet environment.
    Since:
    2.2.0
    Version:
    $Rev$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • NotAServletEnvironmentException

        public NotAServletEnvironmentException()
        Constructor.
        Since:
        2.2.0
      • NotAServletEnvironmentException

        public NotAServletEnvironmentException​(String message)
        Constructor.
        Parameters:
        message - The detail message.
        Since:
        2.2.0
      • NotAServletEnvironmentException

        public NotAServletEnvironmentException​(Exception e)
        Constructor.
        Parameters:
        e - The exception to be wrapped.
        Since:
        2.2.0
      • NotAServletEnvironmentException

        public NotAServletEnvironmentException​(String message,
                                               Exception e)
        Constructor.
        Parameters:
        message - The detail message.
        e - The exception to be wrapped.
        Since:
        2.2.0