Class FactoryException

All Implemented Interfaces:
Serializable

public class FactoryException extends RuntimeException
Is thrown, when an something went wrong during entity creation process in a EntityFactory
See Also:
  • Constructor Details

    • FactoryException

      public FactoryException(String message, Throwable cause)
    • FactoryException

      public FactoryException(Throwable cause)
    • FactoryException

      public FactoryException(String message)