GWT 2.1.0

com.google.gwt.requestfactory.shared
Class ServerFailure

java.lang.Object
  extended by com.google.gwt.requestfactory.shared.ServerFailure

public class ServerFailure
extends java.lang.Object

Describes a request failure on the server.


Constructor Summary
ServerFailure()
          Constructs a ServerFailure with a null message.
ServerFailure(java.lang.String message, java.lang.String exceptionType, java.lang.String stackTraceString)
           
 
Method Summary
 java.lang.String getExceptionType()
           
 java.lang.String getMessage()
           
 java.lang.String getStackTraceString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFailure

public ServerFailure()
Constructs a ServerFailure with a null message.


ServerFailure

public ServerFailure(java.lang.String message,
                     java.lang.String exceptionType,
                     java.lang.String stackTraceString)
Method Detail

getExceptionType

public java.lang.String getExceptionType()

getMessage

public java.lang.String getMessage()

getStackTraceString

public java.lang.String getStackTraceString()

GWT 2.1.0