Class UnboundRestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
javax.ws.rs.client.ResponseProcessingException
com.peterphi.std.guice.restclient.exception.RestException
com.peterphi.std.guice.restclient.exception.UnboundRestException
All Implemented Interfaces:
Serializable

public class UnboundRestException extends RestException
Represents a server-side exception that could not be bound to a local client-side RestException implementation (for example, an IllegalArgumentException thrown server-side)
See Also:
  • Constructor Details

    • UnboundRestException

      public UnboundRestException(String msg)
    • UnboundRestException

      public UnboundRestException(String msg, Throwable cause)