net.sourceforge.jaulp.file.exceptions
Class DirectoryHasNoContentException

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

public class DirectoryHasNoContentException
extends java.lang.Exception

Exception if the directory has no content.

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

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

DirectoryHasNoContentException

public DirectoryHasNoContentException()
Default constructor.


DirectoryHasNoContentException

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

Parameters:
message - The error message.

DirectoryHasNoContentException

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

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

DirectoryHasNoContentException

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

Parameters:
cause - The Throwable.


Copyright © 2010. All Rights Reserved.