public class EncoderException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Declares the Serial Version Uid
|
| Constructor and Description |
|---|
EncoderException(String message)
Creates a new instance of this exception with an useful message.
|
EncoderException(String message,
Exception cause)
Creates a new instance of this exception with an useful message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public EncoderException(String message)
message - a useful message relating to the encoder specific error.Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.