Interface HttpStatusCodeAwareException

All Known Implementing Classes:
HttpStatusCodeException

public interface HttpStatusCodeAwareException
Interface to be implemented by exceptions that want to expose an HTTP status code to the response.
Author:
Alfonso Vásquez
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getStatusCode

      int getStatusCode()