com.onionnetworks.fec.io
Class PacketNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.onionnetworks.fec.io.PacketNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class PacketNotFoundException
- extends java.io.IOException
This exception signals that there was an attempt to read a packet that
can't be found, or created from the data on disk.
(c) Copyright 2001 Onion Networks
(c) Copyright 2000 OpenCola
- Author:
- Justin F. Chapweske (justin@chapweske.com)
- See Also:
- Serialized Form
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 |
PacketNotFoundException
public PacketNotFoundException(int blockNum,
int stripeNum)
PacketNotFoundException
public PacketNotFoundException(java.lang.String msg,
int blockNum,
int stripeNum)
getBlockNum
public int getBlockNum()
getStripeNum
public int getStripeNum()
Copyright © 2002 Onion Networks. All Rights Reserved.