net.sourceforge.jaulp.file.exceptions
Class DirectoryCannotBeWrittenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jaulp.file.exceptions.DirectoryCannotBeWrittenException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryCannotBeWrittenException
extends java.lang.Exception

Exception to be thrown if the directory cannot be created.

Version:
1.0
Author:
Asterios Raptis
See Also:
Serialized Form

Constructor Summary
DirectoryCannotBeWrittenException()
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(java.lang.String message)
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(java.lang.Throwable cause)
          Instantiates a new directory cannot be created exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.Throwable cause)
Instantiates a new directory cannot be created exception.

Parameters:
cause - the cause

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


Copyright © 2010. All Rights Reserved.