Class AtmosphereMappingException

All Implemented Interfaces:
Serializable

public class AtmosphereMappingException extends RuntimeException
Thrown when AsynchronousProcessor is unable to map the request to an AtmosphereHandler.
See Also:
  • Constructor Details

    • AtmosphereMappingException

      public AtmosphereMappingException()
    • AtmosphereMappingException

      public AtmosphereMappingException(String s)
    • AtmosphereMappingException

      public AtmosphereMappingException(String s, Throwable throwable)
    • AtmosphereMappingException

      public AtmosphereMappingException(Throwable throwable)