Class SolrErrorWrappingException

All Implemented Interfaces:
Serializable

public final class SolrErrorWrappingException extends SolrException
Subclass of SolrException that allows us to wrap arbitrary error objects, and pass them in the errorMessage while preserving the error object structure when returning a response to the user.
See Also: