Class MissingSearchControlException

All Implemented Interfaces:
Serializable

public class MissingSearchControlException extends WIMApplicationException
See Also:
  • Constructor Details

    • MissingSearchControlException

      public MissingSearchControlException()
    • MissingSearchControlException

      public MissingSearchControlException(String key, String message)
      Parameters:
      message -
    • MissingSearchControlException

      public MissingSearchControlException(Throwable cause)
      Parameters:
      cause -
    • MissingSearchControlException

      public MissingSearchControlException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -