net.sourceforge.jaulp.file.exceptions
Class DirectoryCannotBeCreatedException

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

public class DirectoryCannotBeCreatedException
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
DirectoryCannotBeCreatedException()
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(java.lang.String message)
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(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

DirectoryCannotBeCreatedException

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


DirectoryCannotBeCreatedException

public DirectoryCannotBeCreatedException(java.lang.String message)
Instantiates a new directory cannot be created exception.

Parameters:
message - the message

DirectoryCannotBeCreatedException

public DirectoryCannotBeCreatedException(java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.

Parameters:
cause - the cause

DirectoryCannotBeCreatedException

public DirectoryCannotBeCreatedException(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.