org.fao.geonet.exceptions
Class MetadataNotFoundEx

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jeeves.exceptions.JeevesException
              extended by jeeves.exceptions.JeevesClientEx
                  extended by jeeves.exceptions.NotFoundEx
                      extended by org.fao.geonet.exceptions.MetadataNotFoundEx
All Implemented Interfaces:
java.io.Serializable

public class MetadataNotFoundEx
extends jeeves.exceptions.NotFoundEx

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jeeves.exceptions.JeevesException
code, id, object
 
Constructor Summary
MetadataNotFoundEx(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class jeeves.exceptions.JeevesException
getCode, getId, getObject, toElement, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataNotFoundEx

public MetadataNotFoundEx(java.lang.String name)