Class ServiceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.providedservice.impl.search.ServiceNotFoundException
All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends RuntimeException
Exception to denote that a requested service was not found.
See Also:
  • Field Details

  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException()
      Create a new service not found exception.
    • ServiceNotFoundException

      public ServiceNotFoundException(ServiceQuery<?> query)
      Create a new service not found exception.
    • ServiceNotFoundException

      public ServiceNotFoundException(String message)
      Create a new service not found exception.
  • Method Details

    • getQuery

      public ServiceQuery<?> getQuery()
      Get the failed query, if any.
    • setQuery

      public void setQuery(ServiceQuery<?> query)
      Set the query.
      Parameters:
      query - The query.
    • printStackTrace

      public void printStackTrace()
      Overrides:
      printStackTrace in class Throwable