Package javassist
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundException extends java.lang.Exception
Signals that something could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String msg)
NotFoundException(java.lang.String msg, java.lang.Exception e)
-