Class FactoryNotFoundException

All Implemented Interfaces:
Serializable

public class FactoryNotFoundException extends DefinitionsFactoryException
Exception thrown when definitions factory is not found.
See Also:
  • Constructor Details

    • FactoryNotFoundException

      public FactoryNotFoundException()
      Constructor.
    • FactoryNotFoundException

      public FactoryNotFoundException(String msg)
      Constructor.
      Parameters:
      msg - Message.
    • FactoryNotFoundException

      public FactoryNotFoundException(String msg, Exception e)
      Constructor.
      Parameters:
      msg - Message.
      e - the root cause exception