MUM.metadataService.exception
Class MetadataNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byMUM.metadataService.exception.MetadataNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MetadataNotFoundException
extends java.lang.Exception

This class define the exception launched when it is not possible to find a Metadata.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MetadataNotFoundException(java.lang.String explanation)
          The construtor accepts a string where we explain why this exception was launched
 
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

MetadataNotFoundException

public MetadataNotFoundException(java.lang.String explanation)
The construtor accepts a string where we explain why this exception was launched



Copyright © 2004 Luca Foschini