Class NotFoundException

  • All Implemented Interfaces:
    Serializable

    public final class NotFoundException
    extends Exception
    When a resource or page could not be found.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(String message)
        Creates a new exception for when a resource or page could not be found.
        Parameters:
        message - Error message for the exception.
      • NotFoundException

        public NotFoundException​(String message,
                                 Throwable cause)
        Creates a new exception for when a resource or page could not be found.
        Parameters:
        message - Error message for the exception.
        cause - Underlying cause of the exception.