uka.karmi.rmi.server
Class ServerCloneException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.CloneNotSupportedException
              extended byuka.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
 
Constructor Summary
ServerCloneException()
           
ServerCloneException(java.lang.String s)
           
ServerCloneException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Field Detail

detail

public java.lang.Throwable detail
Constructor Detail

ServerCloneException

public ServerCloneException()

ServerCloneException

public ServerCloneException(java.lang.String s)

ServerCloneException

public ServerCloneException(java.lang.String s,
                            java.lang.Throwable throwable)
Method Detail

getMessage

public java.lang.String getMessage()