citysdk.tourism.client.exceptions
Class ServerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by citysdk.tourism.client.exceptions.ServerErrorException
All Implemented Interfaces:
java.io.Serializable

public class ServerErrorException
extends java.lang.Exception

Exception thrown to report server-side errors.

Author:
Pedro Cruz
See Also:
Serialized Form

Constructor Summary
ServerErrorException()
           
ServerErrorException(java.lang.String arg0)
           
ServerErrorException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServerErrorException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerErrorException

public ServerErrorException()

ServerErrorException

public ServerErrorException(java.lang.String arg0,
                            java.lang.Throwable arg1)

ServerErrorException

public ServerErrorException(java.lang.String arg0)

ServerErrorException

public ServerErrorException(java.lang.Throwable arg0)