Class ErrorResponseException

  • All Implemented Interfaces:
    Serializable

    public class ErrorResponseException
    extends RuntimeException
    An exception that can hold a Response object.
    Author:
    Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorResponseException

        public ErrorResponseException​(javax.ws.rs.core.Response response)
    • Method Detail

      • getResponse

        public javax.ws.rs.core.Response getResponse()