Class Error


  • public final class Error
    extends Object
    Simple serialisable POJO for containing details of errors. An Error object is typically created automatically by a Jersey ExceptionMapper and should not be created manually.
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getStatus

        public Status getStatus()
      • getSimpleMessage

        public String getSimpleMessage()
      • getDetailMessage

        public String getDetailMessage()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object