ostore.archive
Class ErasureEncodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.archive.ErasureException
                    |
                    +--ostore.archive.ErasureEncodeException
All Implemented Interfaces:
Serializable

public class ErasureEncodeException
extends ErasureException

The ErasureEncodeException is an ErasureException that is thrown if an exception condition occurs during an erasure encode process.

Version:
$Id: ErasureEncodeException.java,v 1.2 2002/03/11 19:28:20 hweather Exp $
Author:
Hakim Weatherspoon
See Also:
Erasure, ErasureException, Serialized Form

Constructor Summary
ErasureEncodeException(String msg)
          CONSTRUCTOR: Initialize ErasureEncodeException class by specified parameters.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErasureEncodeException

public ErasureEncodeException(String msg)
CONSTRUCTOR: Initialize ErasureEncodeException class by specified parameters.

Parameters:
msg - = error msg produced by encode method.