
public abstract class RemotingException
extends java.io.IOException
cause and message.| Modifier | Constructor and Description |
|---|---|
protected |
RemotingException()
Constructs a RemotingException with no detail message.
|
protected |
RemotingException(java.lang.String msg)
Constructs a RemotingException with the specified detail message.
|
protected |
RemotingException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a RemotingException with the specified detail message and cause.
|
protected |
RemotingException(java.lang.Throwable cause)
Constructs a RemotingException with the specified cause.
|
protected RemotingException()
initCause.protected RemotingException(java.lang.String msg)
initCause.msg - the detail messageprotected RemotingException(java.lang.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(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the cause (which is saved for later retrieval by the Throwable.getCause() method)Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.