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