org.objectweb.dream
Class IOPushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PushException
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
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.