uk.org.ogsadai.resource
Class ResourceUnknownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.resource.ResourceUnknownException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class ResourceUnknownException
extends DAIException

Exception thrown when a resource is unknown.

Author:
The OGSA-DAI Project Team
See Also:
Serialized Form

Constructor Summary
ResourceUnknownException(ResourceID resourceID)
          Constructor.
 
Method Summary
 ResourceID getResourceID()
          Return the resource ID.
 
Methods inherited from class uk.org.ogsadai.exception.DAIException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ResourceUnknownException

public ResourceUnknownException(ResourceID resourceID)
Constructor.

Parameters:
resourceID - ID of resource.
Method Detail

getResourceID

public ResourceID getResourceID()
Return the resource ID.

Returns:
the resource ID.