public class ShutdownInProgress extends SessionException
| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
message, serverExceptionClass, serverStackTrace| Constructor and Description | 
|---|
| ShutdownInProgress() | 
| ShutdownInProgress(java.lang.String serverStackTrace,
                  java.lang.String serverExceptionClass,
                  java.lang.String message) | 
| ShutdownInProgress(java.lang.String serverStackTrace,
                  java.lang.String serverExceptionClass,
                  java.lang.String message,
                  java.lang.Throwable __cause) | 
| ShutdownInProgress(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 static final long serialVersionUID
public ShutdownInProgress()
public ShutdownInProgress(java.lang.Throwable __cause)
public ShutdownInProgress(java.lang.String serverStackTrace,
                          java.lang.String serverExceptionClass,
                          java.lang.String message)
public ShutdownInProgress(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 SessionExceptionprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class SessionExceptionprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class SessionException