Class ShutdownReason
java.lang.Object
de.gematik.test.tiger.lib.shutdown.ShutdownReason
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShutdownReason(String message) ShutdownReason(String message, boolean shouldUserAcknowledgeShutdown, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
REGULAR_SHUTDOWN_USER_ACKNOWLEDGE
-
REGULAR_SHUTDOWN_NO_ACKNOWLEDGE
-
-
Constructor Details
-
ShutdownReason
-
ShutdownReason
@ConstructorProperties({"message","shouldUserAcknowledgeShutdown","exception"}) public ShutdownReason(String message, boolean shouldUserAcknowledgeShutdown, Exception exception)
-
-
Method Details
-
getException
-
getMessage
-
isShouldUserAcknowledgeShutdown
public boolean isShouldUserAcknowledgeShutdown()
-