public class SocketRuntimeException extends RuntimeException
Constructor and Description |
---|
SocketRuntimeException(String message) |
SocketRuntimeException(String messageTemplate,
Object... params) |
SocketRuntimeException(String message,
Throwable throwable) |
SocketRuntimeException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
SocketRuntimeException(Throwable e) |
SocketRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.