S - the service typepublic class CollectServiceLoadExceptionHandler<S> extends Object implements ServiceLoadExceptionHandler<S>
| Constructor and Description |
|---|
CollectServiceLoadExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Class<? extends S> service,
String className,
Throwable throwable) |
Collection<ServiceLoadFailure<S>> |
toCollection() |
public void handle(Class<? extends S> service, String className, Throwable throwable)
handle in interface ServiceLoadExceptionHandler<S>public Collection<ServiceLoadFailure<S>> toCollection()
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.