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, toStringprotected 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 © 2012 JBoss by Red Hat. All Rights Reserved.