Class SectionNotFoundException

All Implemented Interfaces:
Serializable

public class SectionNotFoundException extends SectionException
Thrown when the specified section is not found.
Since:
2.5
See Also:
  • Constructor Details

    • SectionNotFoundException

      public SectionNotFoundException(String message)
      Constructs a SectionNotFoundException with the specified detail message.
      Parameters:
      message - The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).