org.jnetstream.capture
Class CaptureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
CaptureException()
           
CaptureException(java.lang.String message)
           
CaptureException(java.lang.String message, java.lang.Throwable cause)
           
CaptureException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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 -
Method Detail

getCause

public final java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable
Returns:
the cause