Class ConsistsOfCreationException

    • Constructor Detail

      • ConsistsOfCreationException

        public ConsistsOfCreationException​(String message)
        Instantiates a new consists of creation exception.
        Parameters:
        message - the message
      • ConsistsOfCreationException

        public ConsistsOfCreationException​(Throwable cause)
        Instantiates a new consists of creation exception.
        Parameters:
        cause - the cause
      • ConsistsOfCreationException

        public ConsistsOfCreationException​(String message,
                                           Throwable cause)
        Instantiates a new consists of creation exception.
        Parameters:
        message - the message
        cause - the cause