public abstract class RemotingException extends IOException
cause
and message
.Modifier | Constructor and Description |
---|---|
protected |
RemotingException()
Constructs a RemotingException with no detail message.
|
protected |
RemotingException(String msg)
Constructs a RemotingException with the specified detail message.
|
protected |
RemotingException(String msg,
Throwable cause)
Constructs a RemotingException with the specified detail message and cause.
|
protected |
RemotingException(Throwable cause)
Constructs a RemotingException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected RemotingException()
initCause
.protected RemotingException(String msg)
initCause
.msg
- the detail messageprotected RemotingException(Throwable cause)
(cause == null ? null : cause.toString())(which typically contains the class and detail message of cause).
cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method)protected RemotingException(String msg, Throwable cause)
msg
- the detail messagecause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method)Copyright © 2018 JBoss by Red Hat. All rights reserved.