Class ElementNotFoundException

All Implemented Interfaces:
Serializable

public class ElementNotFoundException
extends RuntimeException
Thrown when a searched object is not found.
Since:
20020615
See Also:
Serialized Form
  • Constructor Details

    • ElementNotFoundException

      public ElementNotFoundException()
      Throws the message "not found".
    • ElementNotFoundException

      public ElementNotFoundException​(String message, Object... args)
      Throws message.
      Parameters:
      message - The message to throw.