Class RenameException

    • Constructor Detail

      • RenameException

        public RenameException​(String message)
        Creates the failure.
        Parameters:
        message - what went wrong
      • RenameException

        public RenameException​(String message,
                               Throwable cause)
        Creates the failure with an underlying cause.
        Parameters:
        message - what went wrong
        cause - the exception that triggered this one