Class JctNotFoundException

All Implemented Interfaces:
Serializable

public final class JctNotFoundException extends JctException
Exception raised if an element is not found.
Since:
1.1.0
Author:
Ashley Scopes
See Also:
  • Constructor Details

    • JctNotFoundException

      public JctNotFoundException(String message)
      Initialise the exception.
      Parameters:
      message - the message to report.