org.camunda.bpm.connect
Class ConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.connect.ConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectorCloseException

public class ConnectorException
extends RuntimeException

Base class for all connector exceptions

Author:
Daniel Meyer
See Also:
Serialized Form

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

ConnectorException

public ConnectorException(String message)

ConnectorException

public ConnectorException(String message,
                          Throwable cause)


Copyright © 2014 camunda services GmbH. All Rights Reserved.