org.exolab.core.messenger
Class InvalidChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.exolab.core.messenger.MessengerException
                      extended by org.exolab.core.messenger.InvalidChannelException
All Implemented Interfaces:
java.io.Serializable

public class InvalidChannelException
extends MessengerException

This exception is thrown when an attempt is open a channel that doesn't exist

Version:
$Revision: 1.2 $ $Date: 2002/02/17 20:46:53 $
Author:
Tim Anderson
See Also:
Messenger, Connection.open(java.lang.String), Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvalidChannelException()
          Constructs a new InvalidChannelException
InvalidChannelException(java.lang.String message)
          Constructs a new exception with the specified error message.
 
Method Summary
 
Methods inherited from class org.exolab.core.messenger.MessengerException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidChannelException

public InvalidChannelException()
Constructs a new InvalidChannelException


InvalidChannelException

public InvalidChannelException(java.lang.String message)
Constructs a new exception with the specified error message.

Parameters:
message - the error message


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.