org.objectweb.dream
Class PushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PushException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InterruptedPushException, IOPushException
- public class PushException
- extends Exception
This is a generic exception which a push method can throw.
- See Also:
- Serialized Form
PushException
public PushException()
- See Also:
Exception.Exception()
PushException
public PushException(String message)
- See Also:
Exception.Exception(java.lang.String)
PushException
public PushException(String message,
Throwable cause)
- Creates an exception caused by another exception.
- Parameters:
message
- the detail message.cause
- a throwable that cause this exception.- See Also:
Exception.Exception(java.lang.String)
PushException
public PushException(Throwable cause)
- Creates an exception caused by another exception.
- Parameters:
cause
- a throwable that cause this exception.- See Also:
Exception.Exception()
getCause
public Throwable getCause()
- Returns:
- Returns the cause.
setCause
public void setCause(Throwable cause)
- Parameters:
cause
- The cause to set.
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.