public class CodecException extends RuntimeException
| 构造器和说明 |
|---|
CodecException()
Creates a new
CodecException. |
CodecException(String message)
Creates a new
CodecException. |
CodecException(String message,
Throwable cause)
Creates a new
CodecException. |
CodecException(Throwable cause)
Creates a new
CodecException. |
public CodecException()
CodecException.public CodecException(String message)
CodecException.message - the reason for the exception.public CodecException(Throwable cause)
CodecException.cause - the underlying cause of the exception.Copyright © 2024. All rights reserved.