net.sourceforge.jaulp.file.exceptions
Class DirectoryAllreadyExistsException

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

public class DirectoryAllreadyExistsException
extends java.lang.Exception

Exception if the directory all ready exists.

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

Constructor Summary
DirectoryAllreadyExistsException()
          Default constructor.
DirectoryAllreadyExistsException(java.lang.String message)
          Constructs a new DirectoryAllreadyExistsException with the specified detail message.
DirectoryAllreadyExistsException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new DirectoryAllreadyExistsException with the specified detail message and the Throwable.
DirectoryAllreadyExistsException(java.lang.Throwable cause)
          Constructs a DirectoryAllreadyExistsException with the Throwable.
 
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

DirectoryAllreadyExistsException

public DirectoryAllreadyExistsException()
Default constructor.


DirectoryAllreadyExistsException

public DirectoryAllreadyExistsException(java.lang.String message)
Constructs a new DirectoryAllreadyExistsException with the specified detail message.

Parameters:
message - The error message.

DirectoryAllreadyExistsException

public DirectoryAllreadyExistsException(java.lang.String message,
                                        java.lang.Throwable cause)
Constructs a new DirectoryAllreadyExistsException with the specified detail message and the Throwable.

Parameters:
message - The error message.
cause - The Throwable.

DirectoryAllreadyExistsException

public DirectoryAllreadyExistsException(java.lang.Throwable cause)
Constructs a DirectoryAllreadyExistsException with the Throwable.

Parameters:
cause - The Throwable.


Copyright © 2010. All Rights Reserved.