Package no.nav.arxaas.exception
Class ExceptionResponse
- java.lang.Object
-
- no.nav.arxaas.exception.ExceptionResponse
-
public class ExceptionResponse extends Object
Response to client when a exception occurs in the service
-
-
Constructor Summary
Constructors Constructor Description ExceptionResponse(Date timestamp, String message, String details)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetails()StringgetMessage()DategetTimestamp()static ExceptionResponsenow(String message, String details)
-