Class DirectoryCouldNotBeCreatedException

    • Constructor Detail

      • DirectoryCouldNotBeCreatedException

        public DirectoryCouldNotBeCreatedException()
        Creates a new instance with no detail message and no cause.
        Since:
        8.0.0
      • DirectoryCouldNotBeCreatedException

        public DirectoryCouldNotBeCreatedException​(String message,
                                                   Throwable cause)
        Creates a new instance with the given detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
        Since:
        8.0.0
      • DirectoryCouldNotBeCreatedException

        public DirectoryCouldNotBeCreatedException​(String message)
        Creates a new instance with the given detail message.
        Parameters:
        message - the detail message.
        Since:
        8.0.0
      • DirectoryCouldNotBeCreatedException

        public DirectoryCouldNotBeCreatedException​(Throwable cause)
        Creates a new instance with the given cause.
        Parameters:
        cause - the cause.
        Since:
        8.0.0