Serializable
@Deprecated public class SkeletonNotFoundException extends RemoteException
SkeletonNotFoundException
is thrown if the Skeleton
corresponding to the remote object being exported is not found. Skeletons are no longer required, so this exception is never thrown.detail
Constructor | Description |
---|---|
SkeletonNotFoundException |
Deprecated. Constructs a SkeletonNotFoundException with the specified detail message. |
SkeletonNotFoundException |
Deprecated. Constructs a SkeletonNotFoundException with the specified detail message and nested exception. |
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SkeletonNotFoundException(String s)
SkeletonNotFoundException
with the specified detail message.s
- the detail message.public SkeletonNotFoundException(String s, Exception ex)
SkeletonNotFoundException
with the specified detail message and nested exception.s
- the detail message.ex
- the nested exception
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/SkeletonNotFoundException.html