com.ibm.connectors

Class ConnectorException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.connectors.ConnectorException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ConnectorException
    extends java.lang.Exception
    An Exception class to help encapsulate and identify exceptions that occur within connectors
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ConnectorException

        public ConnectorException()
      • ConnectorException

        public ConnectorException(java.lang.String message,
                                  java.lang.Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)
      • ConnectorException

        public ConnectorException(java.lang.String message,
                                  java.lang.Throwable cause)
      • ConnectorException

        public ConnectorException(java.lang.String message)
      • ConnectorException

        public ConnectorException(java.lang.Throwable cause)
IBM TM
CommonTM Connector API