Class FactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sidneysimmons.kimber.exception.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException extends RuntimeException
Exception for when there is a problem creating an object via the FactoryUtil.
See Also:
  • Constructor Details

    • FactoryException

      public FactoryException(String message, Throwable cause)
      Generic constructor.
      Parameters:
      message - the message
      cause - the cause