All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.RemoteCallInterruptedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----replica.exception.RemoteAccessException
|
+----replica.exception.RemoteCallInterruptedException
- public class RemoteCallInterruptedException
- extends RemoteAccessException
This exception is thrown if a remote call was interrupted.
- Version:
- 1.0
- Author:
- Markus Jäger
-
RemoteCallInterruptedException()
- Construct without a message
-
RemoteCallInterruptedException(String)
- Construct with a message
RemoteCallInterruptedException
public RemoteCallInterruptedException()
- Construct without a message
RemoteCallInterruptedException
public RemoteCallInterruptedException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index