public class OrchestrationException extends RuntimeException
Orchestrator exception.| Constructor and Description |
|---|
OrchestrationException()
Default constructor.
|
OrchestrationException(String message)
Public constructor.
|
OrchestrationException(String message,
Throwable cause)
Public constructor.
|
OrchestrationException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OrchestrationException()
public OrchestrationException(String message)
message - exception messagepublic OrchestrationException(Throwable cause)
cause - exception causeCopyright © 2013–2019 BB Corp. All rights reserved.