Class ApiException

  • All Implemented Interfaces:
    Serializable

    public class ApiException
    extends Exception
    This is a checked exception that can wrap Status object to give consume a uniform response. It is recommended that the business handler to catch this exception and respond to the request; however, the ExceptionHandler in this module will capture it and translate into a meaningful error response. Note that ExceptionHandler is a middleware handler and it is plugged in by default and can be turned off via configuration.
    Author:
    Steve Hu
    See Also:
    Serialized Form
    • Constructor Detail

      • ApiException

        public ApiException​(Status status)
    • Method Detail

      • getStatus

        public Status getStatus()