Class FactoryException

Object
Throwable
Exception
FactoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchIdentifierException, OperationNotFoundException, UnimplementedServiceException

public class FactoryException extends Exception
Thrown when a factory cannot create an instance of the requested object.

If the failure is caused by an illegal authority code, then the actual exception should be NoSuchAuthorityCodeException. Otherwise, if the failure is caused by some error in the underlying database (e.g. IOException or SQLException), then the cause should be specified to the constructor.

Since:
1.0
See Also: