Class FactoryNotFoundException

All Implemented Interfaces:
Serializable

public class FactoryNotFoundException extends DefinitionsFactoryException
Exception thrown when definitions impl is not found.
Version:
$Rev: 1045365 $ $Date: 2010-12-14 07:46:46 +1100 (Tue, 14 Dec 2010) $
See Also:
  • Constructor Details

    • FactoryNotFoundException

      public FactoryNotFoundException()
      Constructor.
    • FactoryNotFoundException

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

      public FactoryNotFoundException(String message, Throwable e)
      Constructor.
      Parameters:
      message - Message.
      e - Cause.
    • FactoryNotFoundException

      public FactoryNotFoundException(Throwable e)
      Constructor.
      Parameters:
      e - Cause.