All Implemented Interfaces:
Serializable

public class FacetNotFoundException extends EntityNotFoundException
The Class FacetNotFoundException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • FacetNotFoundException

      public FacetNotFoundException(String message)
      Instantiates a new facet not found exception.
      Parameters:
      message - the message
    • FacetNotFoundException

      public FacetNotFoundException(Throwable cause)
      Instantiates a new facet not found exception.
      Parameters:
      cause - the cause
    • FacetNotFoundException

      public FacetNotFoundException(String message, Throwable cause)
      Instantiates a new facet not found exception.
      Parameters:
      message - the message
      cause - the cause