Class ErrorDetail
- java.lang.Object
-
- br.com.juno.integration.api.base.exception.ErrorDetail
-
- All Implemented Interfaces:
Serializable
public class ErrorDetail extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorDetail.Details
-
Constructor Summary
Constructors Modifier Constructor Description protectedErrorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ErrorDetail.Details>getDetails()StringgetError()StringgetMessage()StringgetPath()StringgetStatus()StringgetTimestamp()StringtoString()
-