Package javassist

Class NotFoundException

All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      default serialVersionUID
      See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String msg)
    • NotFoundException

      public NotFoundException(String msg, Exception e)