org.objectweb.dream
Class IOPushException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.PushException
              extended by org.objectweb.dream.IOPushException
All Implemented Interfaces:
Serializable

public class IOPushException
extends PushException

Sub class of PushException thrown when an IOException occured while pushing a message.

See Also:
IOException, Serialized Form

Constructor Summary
IOPushException()
           
IOPushException(IOException cause)
           
IOPushException(String message)
           
IOPushException(String message, IOException cause)
           
 
Method Summary
 
Methods inherited from class org.objectweb.dream.PushException
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

IOPushException

public IOPushException()
See Also:
PushException.PushException()

IOPushException

public IOPushException(String message)
See Also:
PushException.PushException(String)

IOPushException

public IOPushException(String message,
                       IOException cause)
See Also:
PushException.PushException(String, Throwable)

IOPushException

public IOPushException(IOException cause)
See Also:
PushException.PushException(Throwable)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.