posix
Class IPCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by posix.IPCException
All Implemented Interfaces:
Serializable

public class IPCException
extends Exception

Report unexpected errors with posix IPC calls.

See Also:
Serialized Form

Constructor Summary
IPCException()
           
IPCException(int errno)
           
IPCException(String tag)
           
IPCException(String tag, int errno)
           
 
Method Summary
 int getErrno()
           
 
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

IPCException

public IPCException()

IPCException

public IPCException(int errno)

IPCException

public IPCException(String tag,
                    int errno)

IPCException

public IPCException(String tag)
Method Detail

getErrno

public int getErrno()