Class ExceptionResponse


  • public class ExceptionResponse
    extends Object
    Response to client when a exception occurs in the service
    • Field Detail

      • timestamp

        private final Date timestamp
      • message

        private final String message
      • details

        private final String details
    • Constructor Detail

      • ExceptionResponse

        public ExceptionResponse​(Date timestamp,
                                 String message,
                                 String details)