org.camunda.bpm.application
Class ProcessApplicationUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.camunda.bpm.application.ProcessApplicationUnavailableException
All Implemented Interfaces:
Serializable

public class ProcessApplicationUnavailableException
extends Exception

Checked exception thrown by a ProcessApplicationReference if the referenced process application is unavailable.

Author:
Daniel Meyer
See Also:
Serialized Form

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

ProcessApplicationUnavailableException

public ProcessApplicationUnavailableException()

ProcessApplicationUnavailableException

public ProcessApplicationUnavailableException(String message,
                                              Throwable cause)

ProcessApplicationUnavailableException

public ProcessApplicationUnavailableException(String message)

ProcessApplicationUnavailableException

public ProcessApplicationUnavailableException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.