com.ibm.websphere.sdo.mediator.jdbc.exception
Class InvalidMetadataException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sdo.mediator.exception.MediatorException
com.ibm.websphere.sdo.mediator.jdbc.exception.JDBCMediatorException
com.ibm.websphere.sdo.mediator.jdbc.exception.InvalidMetadataException
All implemented interfaces:
java.io.Serializable
- public class InvalidMetadataException
- extends JDBCMediatorException
See Also:
Constructor Summary
| Constructor and Description |
|---|
InvalidMetadataException(java.lang.String s,int error)
Constructor for InvalidMetadataException
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
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: