Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ApplicationException
Error caused by attempt to access missing object
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Creates an error instance and assigns its values.
      See Also:
    • NotFoundException

      public NotFoundException(String correlationId, String code, String message)
      Creates an error instance and assigns its values.
      Parameters:
      correlationId - (optional) a unique transaction id to trace execution through call chain.
      code - (optional) a unique error code. Default: "UNKNOWN"
      message - (optional) a human-readable description of the error.
      See Also: