public class RemoteRuntimeException extends RuntimeException
| Constructor and Description |
|---|
RemoteRuntimeException(String s)
Constructs a new runtime remote exception with the specified detail message
|
RemoteRuntimeException(String s,
Throwable e)
Constructs a new runtime remote exception with the specified detail message and cause
|
RemoteRuntimeException(Throwable e)
Constructs a new runtime remote exception with the specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteRuntimeException(String s, Throwable e)
s - the detailed messagee - the causepublic RemoteRuntimeException(String s)
s - the detailed messagepublic RemoteRuntimeException(Throwable e)
e - the causeCopyright © 2015 The Apache Software Foundation. All rights reserved.