com.onionnetworks.fec.io
Class FileAlreadyDecodedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.onionnetworks.fec.io.FileAlreadyDecodedException
All Implemented Interfaces:
java.io.Serializable

public class FileAlreadyDecodedException
extends java.io.IOException

This exception signals that there was an attempt to write a packet to a file that has already been completely decoded. (c) Copyright 2001 Onion Networks (c) Copyright 2000 OpenCola

Author:
Justin F. Chapweske (justin@chapweske.com)
See Also:
Serialized Form

Constructor Summary
FileAlreadyDecodedException()
           
FileAlreadyDecodedException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileAlreadyDecodedException

public FileAlreadyDecodedException()

FileAlreadyDecodedException

public FileAlreadyDecodedException(java.lang.String msg)


Copyright © 2002 Onion Networks. All Rights Reserved.