Class ConcreteImplementationNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ConcreteImplementationNotFoundException
    extends RuntimeException
    There is an interface with no concrete implementation
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ConcreteImplementationNotFoundException

        public ConcreteImplementationNotFoundException()
      • ConcreteImplementationNotFoundException

        public ConcreteImplementationNotFoundException​(String string)
      • ConcreteImplementationNotFoundException

        public ConcreteImplementationNotFoundException​(String string,
                                                       Throwable thrwbl)
      • ConcreteImplementationNotFoundException

        public ConcreteImplementationNotFoundException​(Throwable thrwbl)
      • ConcreteImplementationNotFoundException

        public ConcreteImplementationNotFoundException​(String string,
                                                       Throwable thrwbl,
                                                       boolean bln,
                                                       boolean bln1)