org.apache.mina.protocol.handler
Class UnknownMessageTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.protocol.handler.UnknownMessageTypeException
All Implemented Interfaces:
Serializable

public class UnknownMessageTypeException
extends RuntimeException

An exception that is thrown when DemuxingProtocolHandler cannot find any MessageHandlers associated with the specific message type. You have to use DemuxingProtocolHandler.addMessageHandler(Class, MessageHandler) to associate a message type and a message handler.

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project
See Also:
Serialized Form

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

UnknownMessageTypeException

public UnknownMessageTypeException()

UnknownMessageTypeException

public UnknownMessageTypeException(String message,
                                   Throwable cause)

UnknownMessageTypeException

public UnknownMessageTypeException(String message)

UnknownMessageTypeException

public UnknownMessageTypeException(Throwable cause)


Copyright © 2004-2005 . All Rights Reserved.