public static interface ExceptionHandlerImpl.ExceptionRW
Modifier and Type | Method and Description |
---|---|
Class<?> |
getExceptionClass() |
String |
getId() |
Exception |
read(InputStream is) |
void |
write(OutputStream os,
Exception ex) |
Class<?> getExceptionClass()
String getId()
void write(OutputStream os, Exception ex)
Exception read(InputStream is)
Copyright © 2018 JBoss by Red Hat. All rights reserved.