gr.uoa.di.madgik.rr
Class ResourceRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gr.uoa.di.madgik.rr.ResourceRegistryException
All Implemented Interfaces:
java.io.Serializable

public class ResourceRegistryException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ResourceRegistryException()
          Create a new instance
ResourceRegistryException(java.lang.String message)
          Create a new instance
ResourceRegistryException(java.lang.String message, java.lang.Throwable cause)
          Create a new instance
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRegistryException

public ResourceRegistryException()
Create a new instance


ResourceRegistryException

public ResourceRegistryException(java.lang.String message)
Create a new instance

Parameters:
message - the error message

ResourceRegistryException

public ResourceRegistryException(java.lang.String message,
                                 java.lang.Throwable cause)
Create a new instance

Parameters:
message - the error message
cause - the cause of the error