Package 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
-
-
Constructor Summary
Constructors Constructor Description ProcessApplicationUnavailableException()
ProcessApplicationUnavailableException(String message)
ProcessApplicationUnavailableException(String message, Throwable cause)
ProcessApplicationUnavailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessApplicationUnavailableException
public ProcessApplicationUnavailableException()
-
ProcessApplicationUnavailableException
public ProcessApplicationUnavailableException(String message, Throwable cause)
-
ProcessApplicationUnavailableException
public ProcessApplicationUnavailableException(String message)
-
ProcessApplicationUnavailableException
public ProcessApplicationUnavailableException(Throwable cause)
-
-