com.ibm.di.connector.maximo.exception
Class MxConnectorRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.di.connector.maximo.exception.MxConnectorRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MxConnConfigException

public class MxConnectorRuntimeException
extends java.lang.RuntimeException

TPAE IF Connector's root runtime exception. Thrown to indicate any sort of problem in the connector.

Since:
7.1
See Also:
Serialized Form

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

MxConnectorRuntimeException

public MxConnectorRuntimeException(java.lang.String msg)
Constructs a new MxConnectorRuntimeException with the specified detail message and its arguments.

Parameters:
msg - the detail message
See Also:
Exception.Exception(String)

MxConnectorRuntimeException

public MxConnectorRuntimeException(java.lang.String msg,
                                   java.lang.Throwable cause)
Constructs a new MxConnectorRuntimeException with the specified detail message, its arguments, and cause.

Parameters:
msg - the detail message
cause - the cause
See Also:
Exception.Exception(String, Throwable)