KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > ServerCloneException

java.rmi.server
Class ServerCloneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.CloneNotSupportedException
              extended by java.rmi.server.ServerCloneException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, IllegalStateException, Throwable.initCause(Throwable), Throwable.getCause(), detail, UnicastRemoteObject.clone()

public Exception detail
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Throwable getCause()
See Also:
detail
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServerCloneException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServerCloneException(String s,
                            Exception cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags