Package org.teiid.jboss.rest
Class TeiidRSExceptionHandler.ResponseError
- java.lang.Object
-
- org.teiid.jboss.rest.TeiidRSExceptionHandler.ResponseError
-
- Enclosing class:
- TeiidRSExceptionHandler
public static class TeiidRSExceptionHandler.ResponseError extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDetails()
String
getMessage()
void
setCode(String code)
void
setDetails(String details)
void
setMessage(String message)
-