codec
Class CorruptedCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 1913 2007-08-08 02:41:53Z jpeters $
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.
 
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

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.