public class MissingInfoException extends FactoryException (Code)
Thrown when a required operation can't be performed because some information is missing or isn't set up properly.
since: 2.4 version: $Id: MissingInfoException.java 25075 2007-04-09 19:20:46Z desruisseaux $ author: Jan Jezek
Constructor Summary
public
MissingInfoException(String message) Constructs an exception with the specified detail message.
Parameters: message - The cause for this exception.
Constructs an exception with the specified detail message.
Parameters: message - The cause for this exception. The cause is savedfor later retrieval by the MissingInfoException.getCause() method.