Class CustomConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.connection.ConnectionException
org.mule.test.some.extension.CustomConnectionException
All Implemented Interfaces:
Serializable

public class CustomConnectionException extends org.mule.runtime.api.connection.ConnectionException
See Also:
  • Field Summary

    Fields inherited from class org.mule.runtime.api.exception.MuleException

    EXCEPTION_MESSAGE_DELIMITER, EXCEPTION_MESSAGE_SECTION_DELIMITER, INFO_ALREADY_LOGGED_KEY, INFO_ERROR_TYPE_KEY, INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, MISSING_DEFAULT_VALUE, MULE_VERBOSE_EXCEPTIONS, verboseExceptions
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomConnectionException(org.mule.sdk.api.exception.ModuleException e)
     
  • Method Summary

    Methods inherited from class org.mule.runtime.api.connection.ConnectionException

    getConnection, getErrorType

    Methods inherited from class org.mule.runtime.api.exception.MuleException

    addAllInfo, addInfo, appendMessage, equals, getAdditionalInfo, getDetailedMessage, getExceptionInfo, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessage

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomConnectionException

      public CustomConnectionException(org.mule.sdk.api.exception.ModuleException e)