public class RemoteUpdateException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
UID.
|
| Constructor and Description |
|---|
RemoteUpdateException() |
RemoteUpdateException(java.lang.String arg0) |
RemoteUpdateException(java.lang.String arg0,
java.lang.Throwable arg1) |
RemoteUpdateException(java.lang.Throwable arg0) |
private static final long serialVersionUID
public RemoteUpdateException()
public RemoteUpdateException(java.lang.String arg0)
arg0 - arg0public RemoteUpdateException(java.lang.Throwable arg0)
arg0 - arg0public RemoteUpdateException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - arg0arg1 - arg1