Class ServiceNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceNotFoundException
    extends java.lang.RuntimeException
    Exception to denote that a requested service was not found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceNotFoundException​(java.lang.String message)
      Create a new service not found exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceNotFoundException

        public ServiceNotFoundException​(java.lang.String message)
        Create a new service not found exception.
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable