Class CreationException

    • Constructor Detail

      • CreationException

        public CreationException​(String message)
        Creates a new exception with the given localized message.
        Parameters:
        message -
      • CreationException

        public CreationException​(String message,
                                 Throwable throwable)
        Creates a new exception with the given localized message and the cause for this exception.
        Parameters:
        message -
        throwable -