edu.iris.Fissures.IfRealTimeCollector
Class UnknownChannels

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by edu.iris.Fissures.IfRealTimeCollector.UnknownChannels
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class UnknownChannels
extends org.omg.CORBA.UserException

See Also:
Serialized Form

Field Summary
 ChannelId[] channels
           
 
Constructor Summary
UnknownChannels()
           
UnknownChannels(ChannelId[] channels)
           
UnknownChannels(java.lang.String _reason, ChannelId[] channels)
           
 
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
 

Field Detail

channels

public ChannelId[] channels
Constructor Detail

UnknownChannels

public UnknownChannels()

UnknownChannels

public UnknownChannels(ChannelId[] channels)

UnknownChannels

public UnknownChannels(java.lang.String _reason,
                       ChannelId[] channels)