com.uwyn.drone.core.exceptions
Class ChannelMessageErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.core.exceptions.CoreException
              extended bycom.uwyn.drone.core.exceptions.ChannelMessageErrorException
All Implemented Interfaces:
Serializable

public class ChannelMessageErrorException
extends CoreException

See Also:
Serialized Form

Constructor Summary
ChannelMessageErrorException(Channel channel, String message, Throwable cause)
           
 
Method Summary
 Channel getChannel()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ChannelMessageErrorException

public ChannelMessageErrorException(Channel channel,
                                    String message,
                                    Throwable cause)
Method Detail

getChannel

public Channel getChannel()

getMessage

public String getMessage()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.