public class PaymentChannelCloseException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentChannelCloseException.CloseReason |
| Constructor and Description |
|---|
PaymentChannelCloseException(java.lang.String message,
PaymentChannelCloseException.CloseReason error) |
| Modifier and Type | Method and Description |
|---|---|
PaymentChannelCloseException.CloseReason |
getCloseReason() |
java.lang.String |
toString() |
public PaymentChannelCloseException(java.lang.String message,
PaymentChannelCloseException.CloseReason error)
public PaymentChannelCloseException.CloseReason getCloseReason()
public java.lang.String toString()
toString in class java.lang.Throwable