Class RelationNotFoundException

    • Constructor Detail

      • RelationNotFoundException

        public RelationNotFoundException​(String message)
        Instantiates a new relation not found exception.
        Parameters:
        message - the message
      • RelationNotFoundException

        public RelationNotFoundException​(Throwable cause)
        Instantiates a new relation not found exception.
        Parameters:
        cause - the cause
      • RelationNotFoundException

        public RelationNotFoundException​(String message,
                                         Throwable cause)
        Instantiates a new relation not found exception.
        Parameters:
        message - the message
        cause - the cause