edu.iris.dmc.seedcodec
Class CodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.iris.dmc.seedcodec.CodecException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SteimException, UnsupportedCompressionType

public class CodecException
extends java.lang.Exception

CodecException.java Created: Fri Nov 22 15:31:06 2002

See Also:
Serialized Form

Constructor Summary
CodecException()
           
CodecException(java.lang.String reason)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodecException

public CodecException()

CodecException

public CodecException(java.lang.String reason)