public class CodecException extends RuntimeException
Exception which is thrown by a codec.| 构造器和说明 |
|---|
CodecException()
Creates a new instance.
|
CodecException(String message)
Creates a new instance.
|
CodecException(String message,
Throwable cause)
Creates a new instance.
|
CodecException(Throwable cause)
Creates a new instance.
|
Copyright © 2022–2024. All rights reserved.