org.jnetstream.capture
Class CaptureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jnetstream.capture.CaptureException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FilterException
public class CaptureException
- extends java.io.IOException
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getCause()
|
| 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 |
CaptureException
public CaptureException()
CaptureException
public CaptureException(java.lang.String message)
- Parameters:
message -
CaptureException
public CaptureException(java.lang.Throwable cause)
- Parameters:
cause -
CaptureException
public CaptureException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
getCause
public final java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
- Returns:
- the cause