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

Class InvalidMetadataException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.sdo.mediator.exception.MediatorException
  5. extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
  6. extended bycom.ibm.websphere.sdo.mediator.jdbc.exception.InvalidMetadataException
All implemented interfaces:
java.io.Serializable

  1. public class InvalidMetadataException
  2. extends JDBCMediatorException
A JDBCMediatorException caused by invalid supplied metadata
See Also:
Serialized Form

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. 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

  1. public InvalidMetadataException( java.lang.String s,
  2. int error)
Constructor for InvalidMetadataException
Parameters:
s -
error -

Method Detail

getErrorCode

  1. public int getErrorCode()
Get the error code associated with this Exception
Returns: