Class InvalidRelationException

    • Constructor Detail

      • InvalidRelationException

        public InvalidRelationException()
        Create a new InvalidRelationException object.
      • InvalidRelationException

        public InvalidRelationException​(Throwable cause)
        Create a new InvalidRelationException object.
        Parameters:
        cause - Throwable object that caused this exception to be thrown.
      • InvalidRelationException

        public InvalidRelationException​(String message)
        Create a new InvalidRelationException object with the specified message.
        Parameters:
        message - The message to throw with the exception
      • InvalidRelationException

        public InvalidRelationException​(String message,
                                        Throwable cause)
        Create a new InvalidRelationException object with the specified message.
        Parameters:
        message - The message to throw with the exception
        cause - Throwable object that caused this exception to be thrown.