Package javassist.tools.rmi
Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.tools.rmi.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotFoundException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
default serialVersionUID
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException(java.lang.String name)
ObjectNotFoundException(java.lang.String name, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
default serialVersionUID- See Also:
- Constant Field Values
-
-