All Implemented Interfaces:
Serializable

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

    • ConsistsOfNotFoundException

      public ConsistsOfNotFoundException(String message)
      Instantiates a new consists of not found exception.
      Parameters:
      message - the message
    • ConsistsOfNotFoundException

      public ConsistsOfNotFoundException(Throwable cause)
      Instantiates a new consists of not found exception.
      Parameters:
      cause - the cause
    • ConsistsOfNotFoundException

      public ConsistsOfNotFoundException(String message, Throwable cause)
      Instantiates a new consists of not found exception.
      Parameters:
      message - the message
      cause - the cause