org.bibalex.daf.managers.resourcemanager
Class ResourceManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bibalex.daf.managers.resourcemanager.ResourceManagerException
All Implemented Interfaces:
java.io.Serializable

public class ResourceManagerException
extends java.lang.Exception

An application exception specific to resourceManager package.

Author:
Shehab.Kamal
See Also:
Serialized Form

Constructor Summary
ResourceManagerException()
          Creates a new instance of ResourceManagerException.
ResourceManagerException(java.lang.String message)
          Creates a new instance of ResourceManagerException.
ResourceManagerException(java.lang.String message, java.lang.Exception innerException)
          Creates a new instance of ResourceManagerException.
 
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

ResourceManagerException

public ResourceManagerException()
Creates a new instance of ResourceManagerException.


ResourceManagerException

public ResourceManagerException(java.lang.String message)
Creates a new instance of ResourceManagerException.

Parameters:
message - A message descriping the exception.

ResourceManagerException

public ResourceManagerException(java.lang.String message,
                                java.lang.Exception innerException)
Creates a new instance of ResourceManagerException.

Parameters:
message - A message descriping the exception.
innerException - The cause of this exception.