org.atmosphere.gwt.client
Class AtmosphereClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.atmosphere.gwt.client.AtmosphereClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeoutException

public class AtmosphereClientException
extends Exception

See Also:
Serialized Form

Constructor Summary
AtmosphereClientException()
           
AtmosphereClientException(String message)
           
AtmosphereClientException(String message, Throwable cause)
           
AtmosphereClientException(Throwable cause)
           
 
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

AtmosphereClientException

public AtmosphereClientException()

AtmosphereClientException

public AtmosphereClientException(String message,
                                 Throwable cause)

AtmosphereClientException

public AtmosphereClientException(String message)

AtmosphereClientException

public AtmosphereClientException(Throwable cause)


Copyright © 2013. All Rights Reserved.