Class DirectoryCannotBeWrittenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DirectoryCannotBeWrittenException
    extends java.lang.Exception
    Exception to be thrown if the directory cannot be created.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DirectoryCannotBeWrittenException

        public DirectoryCannotBeWrittenException()
        Instantiates a new directory cannot be created exception.
      • DirectoryCannotBeWrittenException

        public DirectoryCannotBeWrittenException​(java.lang.String message)
        Instantiates a new directory cannot be created exception.
        Parameters:
        message - the message
      • DirectoryCannotBeWrittenException

        public DirectoryCannotBeWrittenException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Instantiates a new directory cannot be created exception.
        Parameters:
        message - the message
        cause - the cause
      • DirectoryCannotBeWrittenException

        public DirectoryCannotBeWrittenException​(java.lang.Throwable cause)
        Instantiates a new directory cannot be created exception.
        Parameters:
        cause - the cause