ix.util
Class IPC.BrokenConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ix.util.IPC.IPCException
                  extended by 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

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

Constructor Detail

IPC.BrokenConnectionException

public IPC.BrokenConnectionException(java.lang.String message)

IPC.BrokenConnectionException

public IPC.BrokenConnectionException(java.lang.String message,
                                     java.lang.Throwable reason)

IPC.BrokenConnectionException

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