Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.gui.exception.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:
  • Constructor Details

    • 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.