Class ServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.remoteclient.exceptions.ServerErrorException
- All Implemented Interfaces:
Serializable
Exception thrown when an unexpected response to a request was obtained from a server. It denotes that the server could not process the request by a critical error and it could not answer a service-specific defined exception.
Use it to distinguish a server exception that is not part of a service exception definition.
- Author:
- jaume
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerErrorException(String message) ServerErrorException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerErrorException
public ServerErrorException() -
ServerErrorException
-
ServerErrorException
-