org.camunda.connect
Class ConnectorRequestException

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.ConnectorRequestException
All Implemented Interfaces:
Serializable

public class ConnectorRequestException
extends ConnectorException

Indicates an error during the request of a connector.

See Also:
Serialized Form

Constructor Summary
ConnectorRequestException(String message)
           
ConnectorRequestException(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

ConnectorRequestException

public ConnectorRequestException(String message)

ConnectorRequestException

public ConnectorRequestException(String message,
                                 Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.