public class NamedTailerNotAvailableException extends IllegalStateException
| Modifier and Type | Class and Description |
|---|---|
static class |
NamedTailerNotAvailableException.Reason |
| Constructor and Description |
|---|
NamedTailerNotAvailableException(String tailerName,
NamedTailerNotAvailableException.Reason reason) |
| Modifier and Type | Method and Description |
|---|---|
NamedTailerNotAvailableException.Reason |
reason() |
String |
tailerName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NamedTailerNotAvailableException(String tailerName, NamedTailerNotAvailableException.Reason reason)
public String tailerName()
public NamedTailerNotAvailableException.Reason reason()
Copyright © 2024. All rights reserved.