|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.di.connector.maximo.exception.MxConnectorRuntimeException
public class MxConnectorRuntimeException
TPAE IF Connector's root runtime exception. Thrown to indicate any sort of problem in the connector.
| Constructor Summary | |
|---|---|
MxConnectorRuntimeException(java.lang.String msg)
Constructs a new MxConnectorRuntimeException with the specified
detail message and its arguments. |
|
MxConnectorRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new MxConnectorRuntimeException with the specified
detail message, its arguments, and cause. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MxConnectorRuntimeException(java.lang.String msg)
MxConnectorRuntimeException with the specified
detail message and its arguments.
msg - the detail messageException.Exception(String)
public MxConnectorRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
MxConnectorRuntimeException with the specified
detail message, its arguments, and cause.
msg - the detail messagecause - the causeException.Exception(String, Throwable)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||