public class NettyException extends Exception
| Modifier | Constructor and Description |
|---|---|
|
NettyException() |
|
NettyException(String message) |
|
NettyException(String format,
Object... args)
Syntactic sugar for message formatting.
|
|
NettyException(String message,
Throwable cause) |
protected |
NettyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
NettyException(Throwable cause) |
|
NettyException(Throwable cause,
String format,
Object... args)
Syntactic sugar for message formatting.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NettyException()
RuntimeException()public NettyException(String message)
message - the exception messageRuntimeException(String)public NettyException(Throwable cause)
cause - the original exceptionRuntimeException(Throwable)public NettyException(String message, Throwable cause)
message - the exception messagecause - the original exceptionRuntimeException(String, Throwable)public NettyException(String format, Object... args)
Formatter.format - the format string.args - the arguments referenced by the format specifiers in the format string.public NettyException(Throwable cause, String format, Object... args)
Formatter.cause - the causeformat - the format string.args - the arguments referenced by the format specifiers in the format string.Copyright © 2023. All rights reserved.