Package one.microstream.exceptions
Interface ExceptionCreator<E extends Exception>
public interface ExceptionCreator<E extends Exception>
- 
Method Summary
Modifier and Type Method Description EcreateException(String message, Throwable cause) 
public interface ExceptionCreator<E extends Exception>
| Modifier and Type | Method | Description | 
|---|---|---|
E | 
createException(String message,
Throwable cause) |