info.informatica.data
Class MetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.data.DataException
              extended by info.informatica.data.MetadataException
All Implemented Interfaces:
Serializable

public class MetadataException
extends DataException

Author:
Carlos Amengual
See Also:
Serialized Form

Constructor Summary
MetadataException()
           
MetadataException(String message)
           
MetadataException(String message, Throwable cause)
           
MetadataException(Throwable cause)
           
 
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

MetadataException

public MetadataException()

MetadataException

public MetadataException(String message)

MetadataException

public MetadataException(Throwable cause)

MetadataException

public MetadataException(String message,
                         Throwable cause)