org.objectweb.dream
Class PullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PullException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InterruptedPullException
- public class PullException
- extends Exception
This is a generic exception which a pull method can throw.
- See Also:
- Serialized Form
PullException
public PullException()
- See Also:
Exception.Exception()
PullException
public PullException(String message)
- See Also:
Exception.Exception(java.lang.String)
PullException
public PullException(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)
PullException
public PullException(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.