org.atmosphere.cpr
Class AtmosphereMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.atmosphere.cpr.AtmosphereMappingException
All Implemented Interfaces:
Serializable

public class AtmosphereMappingException
extends RuntimeException

Throw when AsynchronousProcessor is unable to map the request to an AtmosphereHandler

See Also:
Serialized Form

Constructor Summary
AtmosphereMappingException()
           
AtmosphereMappingException(String s)
           
AtmosphereMappingException(String s, Throwable throwable)
           
AtmosphereMappingException(Throwable throwable)
           
 
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

AtmosphereMappingException

public AtmosphereMappingException()

AtmosphereMappingException

public AtmosphereMappingException(String s)

AtmosphereMappingException

public AtmosphereMappingException(String s,
                                  Throwable throwable)

AtmosphereMappingException

public AtmosphereMappingException(Throwable throwable)


Copyright © 2013. All Rights Reserved.