Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
Exception class for not found entities.
Version:
0.4.1
Author:
Luca Milazzo
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, Throwable err)
      Constructs an FormatException with the specified message and exception data.
      Parameters:
      message - the exception message
      err - the root exception object
    • NotFoundException

      public NotFoundException(String message)