com.onionnetworks.fec.io
Class PacketNotFoundException

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

Constructor Summary
PacketNotFoundException(int blockNum, int stripeNum)
           
PacketNotFoundException(java.lang.String msg, int blockNum, int stripeNum)
           
 
Method Summary
 int getBlockNum()
           
 int getStripeNum()
           
 
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

PacketNotFoundException

public PacketNotFoundException(int blockNum,
                               int stripeNum)

PacketNotFoundException

public PacketNotFoundException(java.lang.String msg,
                               int blockNum,
                               int stripeNum)
Method Detail

getBlockNum

public int getBlockNum()

getStripeNum

public int getStripeNum()


Copyright © 2002 Onion Networks. All Rights Reserved.