public class OrchestratorException
extends java.lang.RuntimeException
Constructor and Description |
---|
OrchestratorException(java.lang.String message)
Constructs a new exception.
|
OrchestratorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception.
|
OrchestratorException(java.lang.Throwable cause)
Constructs a new exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public OrchestratorException(java.lang.String message)
message
- the detail messagepublic OrchestratorException(java.lang.Throwable cause)
cause
- the cause of the exceptionpublic OrchestratorException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause of the exception