public class ServerError
extends Ice.UserException
| Modifier and Type | Field and Description | 
|---|---|
java.lang.String | 
message  | 
static long | 
serialVersionUID  | 
java.lang.String | 
serverExceptionClass  | 
java.lang.String | 
serverStackTrace  | 
| Constructor and Description | 
|---|
ServerError()  | 
ServerError(java.lang.String serverStackTrace,
           java.lang.String serverExceptionClass,
           java.lang.String message)  | 
ServerError(java.lang.String serverStackTrace,
           java.lang.String serverExceptionClass,
           java.lang.String message,
           java.lang.Throwable __cause)  | 
ServerError(java.lang.Throwable __cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
__readImpl(IceInternal.BasicStream __is)  | 
protected void | 
__writeImpl(IceInternal.BasicStream __os)  | 
java.lang.String | 
ice_name()  | 
__read, __read, __readImpl, __usesClasses, __write, __write, __writeImpl, clone, toStringpublic java.lang.String serverStackTrace
public java.lang.String serverExceptionClass
public java.lang.String message
public static final long serialVersionUID
public ServerError()
public ServerError(java.lang.Throwable __cause)
public ServerError(java.lang.String serverStackTrace,
                   java.lang.String serverExceptionClass,
                   java.lang.String message)
public ServerError(java.lang.String serverStackTrace,
                   java.lang.String serverExceptionClass,
                   java.lang.String message,
                   java.lang.Throwable __cause)
public java.lang.String ice_name()
ice_name in class Ice.UserExceptionprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class Ice.UserExceptionprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class Ice.UserException