org.camunda.bpm.application
Class ProcessApplicationUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.