Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends GenieCheckedException
An exception thrown when a resource is not found in the system.
Since:
4.0.0
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Constructor.
    • NotFoundException

      public NotFoundException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • NotFoundException

      public NotFoundException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception