org.atmosphere.cpr
Class AtmosphereMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.