Class RestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biz.devstack.springframework.boot.exception.RestException
All Implemented Interfaces:
Serializable

public class RestException extends RuntimeException
See Also:
  • Constructor Details

    • RestException

      public RestException()
    • RestException

      public RestException(org.springframework.http.HttpStatus status)
    • RestException

      public RestException(org.springframework.http.HttpStatus status, String message)
  • Method Details