Package com.podio

Class APIApplicationException

  • All Implemented Interfaces:
    Serializable

    public class APIApplicationException
    extends javax.ws.rs.WebApplicationException
    See Also:
    Serialized Form
    • Constructor Detail

      • APIApplicationException

        public APIApplicationException​(javax.ws.rs.core.Response.StatusType status,
                                       String error,
                                       String description,
                                       Map<String,​String> parameters)
    • Method Detail

      • getStatus

        public javax.ws.rs.core.Response.StatusType getStatus()
      • getError

        public String getError()
      • getDescription

        public String getDescription()