public class JsonrpcBindException extends RuntimeException
| Constructor and Description |
|---|
JsonrpcBindException(String message)
Creates a new instance with specified message.
|
JsonrpcBindException(String message,
Throwable cause)
Creates a new instance with specified message and cause.
|
JsonrpcBindException(Throwable cause)
Creates a new instance with specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonrpcBindException(String message)
message - the message.public JsonrpcBindException(String message, Throwable cause)
message - the message.cause - the cause.public JsonrpcBindException(Throwable cause)
cause - the cause.Copyright © 2019–2020 Jinahya, Inc.. All rights reserved.