Package javassist

Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
Signals that something could not be found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String msg)
    • NotFoundException

      public NotFoundException(String msg, Exception e)