uka.karmi.rmi.server
Class ServerCloneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.CloneNotSupportedException
uka.karmi.rmi.server.ServerCloneException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerCloneException
- extends java.lang.CloneNotSupportedException
This exception is thrown if the server does not support cloning or
an error occured while cloning.
- Author:
- Christian Nester, Bernhard Haumacher
- See Also:
- Serialized Form
|
Field Summary |
java.lang.Throwable |
detail
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
public java.lang.Throwable detail
ServerCloneException
public ServerCloneException()
ServerCloneException
public ServerCloneException(java.lang.String s)
ServerCloneException
public ServerCloneException(java.lang.String s,
java.lang.Throwable throwable)
getMessage
public java.lang.String getMessage()