MUM.metadataService.exception
Class MetadataNotDeletedException

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

public class MetadataNotDeletedException
extends java.lang.Exception

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MetadataNotDeletedException(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

MetadataNotDeletedException

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



Copyright © 2004 Luca Foschini