org.camunda.connect
Class ConnectorResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.connect.ConnectorException
                  extended by org.camunda.connect.ConnectorResponseException
All Implemented Interfaces:
Serializable

public class ConnectorResponseException
extends ConnectorException

Indicates an error during the response of a connector.

See Also:
Serialized Form

Constructor Summary
ConnectorResponseException(String message)
           
ConnectorResponseException(String message, Throwable 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

ConnectorResponseException

public ConnectorResponseException(String message)

ConnectorResponseException

public ConnectorResponseException(String message,
                                  Throwable cause)


Copyright © 2014 camunda services GmbH. All rights reserved.