com.ibm.ws.container.service.metadata
Class MetaDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.container.service.metadata.MetaDataException
All Implemented Interfaces:
java.io.Serializable

public class MetaDataException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MetaDataException(java.lang.String s)
           
MetaDataException(java.lang.String s, java.lang.Throwable t)
           
MetaDataException(java.lang.Throwable t)
           
 
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(java.lang.String s)

MetaDataException

public MetaDataException(java.lang.String s,
                         java.lang.Throwable t)

MetaDataException

public MetaDataException(java.lang.Throwable t)