public class RmiException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Java serialization version.
|
Constructor and Description |
---|
RmiException(String message,
Object... args)
Create HTTP-RMI exception with formatted message.
|
RmiException(String remoteMethodURL,
RemoteException remoteException)
Create remote method exception with exception root cause.
|
RmiException(String remoteMethodURL,
String message)
Create remote method exception with message.
|
RmiException(URL remoteMethodURL,
RemoteException remoteException)
Create remote method exception with exception root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public RmiException(URL remoteMethodURL, RemoteException remoteException)
remoteMethodURL
- remote method URL,remoteException
- exception root cause.public RmiException(String remoteMethodURL, RemoteException remoteException)
remoteMethodURL
- remote method URL,remoteException
- exception root cause.public RmiException(String remoteMethodURL, String message)
remoteMethodURL
- remote method URL,message
- exception message.public RmiException(String message, Object... args)
message
- formatted message, as supported by String.format(String, Object...)
,args
- optional arguments if message has formatted tags.Copyright © 2018. All rights reserved.