public class ExceptionResponse extends Object
Constructor and Description |
---|
ExceptionResponse()
Basic constructor, needed to make the class a bean, please don't use.
|
ExceptionResponse(Class<? extends Throwable> forType,
String message)
Basic constructor setting all the internal state
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Throwable> |
getForType() |
String |
getMessage() |
void |
setForType(Class<? extends Throwable> forType) |
void |
setMessage(String message) |
Copyright © 2012 Seam Framework. All Rights Reserved.