mChaRM.multichannel
Class StubNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mChaRM.multichannel.StubNotFoundException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReceiverStubNotFoundException, SenderStubNotFoundException

public class StubNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
StubNotFoundException()
           
StubNotFoundException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StubNotFoundException

public StubNotFoundException()

StubNotFoundException

public StubNotFoundException(java.lang.String s)