com.ibm.websphere.sdo.mediator.jdbc.exception
Class InvalidMetadataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.sdo.mediator.exception.MediatorException
              extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
                  extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.InvalidMetadataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMetadataException
extends JDBCMediatorException

A JDBCMediatorException caused by invalid supplied metadata

See Also:
Serialized Form

Constructor Summary
InvalidMetadataException(java.lang.String s, int error)
          Constructor for InvalidMetadataException
 
Method Summary
 int getErrorCode()
          Get the error code associated with this Exception
 
Methods inherited from class com.ibm.websphere.sdo.mediator.exception.MediatorException
getOriginalException, setOriginalException
 
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

InvalidMetadataException

public InvalidMetadataException(java.lang.String s,
                                int error)
Constructor for InvalidMetadataException

Parameters:
s -
error -
Method Detail

getErrorCode

public int getErrorCode()
Get the error code associated with this Exception

Returns: