java.io.Serializablepublic class UnsupportedCodecException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
UnsupportedCodecException() |
Default constructor
|
UnsupportedCodecException(java.lang.String message) |
Constructs an UnsupportedCodecException with the specified
detail message.
|
UnsupportedCodecException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new exception with the specified detail message and
cause.
|
UnsupportedCodecException(java.lang.Throwable cause) |
Constructs a new exception with the specified cause.
|
public UnsupportedCodecException()
public UnsupportedCodecException(java.lang.String message)
message - the detail messagepublic UnsupportedCodecException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic UnsupportedCodecException(java.lang.Throwable cause)
cause - the causeCopyright © 2008–2025 Apache Software Foundation. All rights reserved.