org.objectweb.dream
Class IOPushException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.PushException
              extended byorg.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)
           
 
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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.