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 1913 2007-08-08 02:41:53Z jpeters $
- Author:
- Volker Roth
- See Also:
Base64
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.