Package com.logicaldoc.gui.common.client
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.gui.common.client.ServerException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AccessDeniedException,InvalidSessionServerException,OAuthException,ServerValidationException
Thrown in case of error on the server
- Since:
 - 7.1
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionServerException(String message) ServerException(String message, Throwable cause) ServerException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ServerException
public ServerException() - 
ServerException
 - 
ServerException
 - 
ServerException
 
 -