org.exoplatform.gwtframework.commons.exception
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.gwtframework.commons.exception.ServerException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- JobNotFoundException
public class ServerException
- extends java.lang.Exception
Created by The eXo Platform SAS .
- Version:
- $
- Author:
- Vitaliy Gulyy
- See Also:
- Serialized Form
|
Constructor Summary |
ServerException(com.google.gwt.http.client.Response response)
|
ServerException(com.google.gwt.http.client.Response response,
java.lang.String msg)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerException
public ServerException(com.google.gwt.http.client.Response response)
ServerException
public ServerException(com.google.gwt.http.client.Response response,
java.lang.String msg)
getHTTPStatus
public int getHTTPStatus()
getStatusText
public java.lang.String getStatusText()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getHeader
public java.lang.String getHeader(java.lang.String key)
isErrorMessageProvided
public boolean isErrorMessageProvided()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.