Class ResponseException

All Implemented Interfaces:
Serializable

public class ResponseException extends RuntimeException
Exception that can be thrown from a Provider and result in a specific HTTP error response. Please do not use where you can manage this without exceptions - this is a last resort for when you don't have access to the Acteur to set its state.
Author:
Tim Boudreau
See Also: