public final class DistributedException
extends java.lang.RuntimeException
Constructor and Description |
---|
DistributedException() |
DistributedException(java.lang.String msg,
java.lang.Throwable cause) |
DistributedException(java.lang.Throwable cause) |
DistributedException(java.lang.Throwable cause,
boolean keepStackTrace) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public DistributedException()
public DistributedException(java.lang.Throwable cause)
public DistributedException(java.lang.Throwable cause, boolean keepStackTrace)
public DistributedException(java.lang.String msg, java.lang.Throwable cause)