Interface ExceptionConfig

All Known Subinterfaces:
ServerConfig

public interface ExceptionConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if server stack trace should be sent to the client in case of error.
  • Method Details

    • sendStacktraceToClient

      boolean sendStacktraceToClient()
      Returns true if server stack trace should be sent to the client in case of error.
      Returns:
      true if the server should send the stack trace to the client.