ix.util
Class IPC.BrokenConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ix.util.IPC.IPCException
                          |
                          +--ix.util.IPC.BrokenConnectionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IPC

public static class IPC.BrokenConnectionException
extends IPC.IPCException

See Also:
Serialized Form

Fields inherited from class ix.util.IPC.IPCException
reason
 
Constructor Summary
(package private) IPC.BrokenConnectionException(IPC.Connection c, java.lang.Throwable reason)
           
 
Methods inherited from class ix.util.IPC.IPCException
getReason
 
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

IPC.BrokenConnectionException

IPC.BrokenConnectionException(IPC.Connection c,
                              java.lang.Throwable reason)