public class CancellationCause extends Object
Describes the cause behind a cancellation event.
Constructor and Description |
---|
CancellationCause(CancellationType cancellationType,
String description) |
Modifier and Type | Method and Description |
---|---|
CancellationType |
getCancellationType() |
String |
getDescription() |
String |
toString() |
public CancellationCause(CancellationType cancellationType, String description)
public CancellationType getCancellationType()
public String getDescription()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.