org.grinvin.factories
Class FactoryException
Exception
org.grinvin.factories.FactoryException
public class FactoryException
extends Exception
Indicates that something went wrong in the factory.
FactoryException(String msg) - Constructs an instance of
FactoryException
with the specified detail message.
|
FactoryException(String msg, Throwable cause) - Constructs an instance of
FactoryException
with the specified detail message and cause
|
FactoryException
public FactoryException(String msg)
Constructs an instance of FactoryException
with the specified detail message.
msg
- the detail message.
FactoryException
public FactoryException(String msg,
Throwable cause)
Constructs an instance of FactoryException
with the specified detail message and cause
msg
- the detail message.cause
- Underlying cause for this exception