Interface ExceptionConfig
- All Known Subinterfaces:
ServerConfig
public interface ExceptionConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif server stack trace should be sent to the client in case of error.
-
Method Details
-
sendStacktraceToClient
boolean sendStacktraceToClient()Returnstrueif server stack trace should be sent to the client in case of error.- Returns:
trueif the server should send the stack trace to the client.
-