An abstract initialization exception.
This exception is expected to be thrown when object's constructor can not initialize the object, in the case when it is desired to hide implementation details from the caller.
An implementation-specific exception is usually set as the cause of an initialization exception.
Standard exception constructor. |