Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ApplicationException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message, Object... params)
    • NotFoundException

      public NotFoundException(String message, Throwable cause, Object... params)
    • NotFoundException

      public NotFoundException(Throwable cause)