org.gvsig.remoteclient.exceptions
Class ServerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.remoteclient.exceptions.ServerErrorException
All Implemented Interfaces:
java.io.Serializable

public class ServerErrorException
extends java.lang.Exception

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:
Serialized Form

Constructor Summary
ServerErrorException()
           
ServerErrorException(java.lang.String message)
           
ServerErrorException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerErrorException

public ServerErrorException()

ServerErrorException

public ServerErrorException(java.lang.String message)

ServerErrorException

public ServerErrorException(java.lang.String message,
                            java.lang.Throwable e)


Copyright © 2014 gvSIG Association. All Rights Reserved.