|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.connector.maximo.exception.MxConnectorException
com.ibm.di.connector.maximo.exception.MxConnSchemaException
public class MxConnSchemaException
TPAE IF Connector's schema exception. Thrown to indicate any sort of schema problem in the connector.
| Constructor Summary | |
|---|---|
MxConnSchemaException(java.lang.String msg,
java.lang.Object... msgArgs)
Constructs a new MxConnSchemaException with the specified detail
message and its arguments. |
|
MxConnSchemaException(java.lang.String msg,
java.lang.Throwable cause,
java.lang.Object... msgArgs)
Constructs a new MxConnSchemaException with the specified detail
message, cause, and its arguments. |
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException |
|---|
getMsgArgs |
| 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 |
|---|
public MxConnSchemaException(java.lang.String msg,
java.lang.Object... msgArgs)
MxConnSchemaException with the specified detail
message and its arguments.
msg - the detail messagemsgArgs - arguments used to compound the specified message
public MxConnSchemaException(java.lang.String msg,
java.lang.Throwable cause,
java.lang.Object... msgArgs)
MxConnSchemaException with the specified detail
message, cause, and its arguments.
msg - the detail messagecause - the causemsgArgs - arguments used to compound the specified message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||