|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.CloneNotSupportedException | +--java.rmi.server.ServerCloneException
A ServerCloneException
is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject
.
UnicastRemoteObject.clone()
, Serialized FormField Summary | |
Exception |
detail
Nested exception for ServerCloneException. |
Constructor Summary | |
ServerCloneException(String s)
Constructs an ServerCloneException with the specified
detail message. |
|
ServerCloneException(String s,
Exception ex)
Constructs an ServerCloneException with the specified
detail message and nested exception. |
Method Summary | |
String |
getMessage()
Obtains the message, include the message from the nested exception if there is one. |
void |
printStackTrace()
Returns the detail message, including the message from the nested exception if there is one. |
void |
printStackTrace(PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps . |
void |
printStackTrace(PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified writer pw . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Exception detail
Constructor Detail |
public ServerCloneException(String s)
ServerCloneException
with the specified
detail message.s
- the detail message.public ServerCloneException(String s, Exception ex)
ServerCloneException
with the specified
detail message and nested exception.s
- the detail message.ex
- the nested exceptionMethod Detail |
public String getMessage()
getMessage
in class Throwable
java.lang.Throwable
Throwable
object if it was created
with an
error message string; or null
if it was
created
with no error message.public void printStackTrace(PrintStream ps)
ps
.printStackTrace
in class Throwable
ps
- the print streampublic void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
pw
.printStackTrace
in class Throwable
pw
- the print writer
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.