codec
Class CorruptedCodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--codec.CorruptedCodeException
All Implemented Interfaces:
Serializable

public class CorruptedCodeException
extends Exception

Thrown if a code is recognized as being corrupted for instance due to transmission errors.

Version:
$Id: CorruptedCodeException.java,v 1.3 2005/04/06 09:24:51 flautens Exp $
Author:
Volker Roth
See Also:
Base64, Serialized Form

Constructor Summary
CorruptedCodeException()
          Creates an exception instance with no particular message.
CorruptedCodeException(String message)
          Creates an exception instance with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptedCodeException

public CorruptedCodeException()
Creates an exception instance with no particular message.

CorruptedCodeException

public CorruptedCodeException(String message)
Creates an exception instance with the given message.
Parameters:
message - The message string describing the reason for this exception.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.