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
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.