GWT 2.3.0

com.google.gwt.requestfactory.shared.messages
Interface ServerFailureMessage


Deprecated.

@Deprecated
public interface ServerFailureMessage

Encapsulates a ServerFailure object.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Field Summary
static java.lang.String EXCEPTION_TYPE
          Deprecated.  
static java.lang.String FATAL
          Deprecated.  
static java.lang.String MESSAGE
          Deprecated.  
static java.lang.String STACK_TRACE
          Deprecated.  
 
Method Summary
 java.lang.String getExceptionType()
          Deprecated.  
 java.lang.String getMessage()
          Deprecated.  
 java.lang.String getStackTrace()
          Deprecated.  
 boolean isFatal()
          Deprecated.  
 void setExceptionType(java.lang.String exceptionType)
          Deprecated.  
 void setFatal(boolean significant)
          Deprecated.  
 void setMessage(java.lang.String message)
          Deprecated.  
 void setStackTrace(java.lang.String stackTrace)
          Deprecated.  
 

Field Detail

EXCEPTION_TYPE

static final java.lang.String EXCEPTION_TYPE
Deprecated. 
See Also:
Constant Field Values

MESSAGE

static final java.lang.String MESSAGE
Deprecated. 
See Also:
Constant Field Values

STACK_TRACE

static final java.lang.String STACK_TRACE
Deprecated. 
See Also:
Constant Field Values

FATAL

static final java.lang.String FATAL
Deprecated. 
See Also:
Constant Field Values
Method Detail

getExceptionType

@AutoBean.PropertyName(value="X")
java.lang.String getExceptionType()
Deprecated. 

getMessage

@AutoBean.PropertyName(value="M")
java.lang.String getMessage()
Deprecated. 

getStackTrace

@AutoBean.PropertyName(value="S")
java.lang.String getStackTrace()
Deprecated. 

isFatal

@AutoBean.PropertyName(value="F")
boolean isFatal()
Deprecated. 

setExceptionType

@AutoBean.PropertyName(value="X")
void setExceptionType(java.lang.String exceptionType)
Deprecated. 

setFatal

@AutoBean.PropertyName(value="F")
void setFatal(boolean significant)
Deprecated. 

setMessage

@AutoBean.PropertyName(value="M")
void setMessage(java.lang.String message)
Deprecated. 

setStackTrace

@AutoBean.PropertyName(value="S")
void setStackTrace(java.lang.String stackTrace)
Deprecated. 

GWT 2.3.0