Package org.eclipse.net4j.util.factory
Class ProductCreationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.net4j.util.factory.ProductCreationException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ProductCreationException extends java.lang.RuntimeExceptionAn unchecked exception that may be thrown fromfactoriesto indicate the inability to create a product.- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This class is not intended to be subclassed by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description ProductCreationException()ProductCreationException(java.lang.String message)ProductCreationException(java.lang.String message, java.lang.Throwable cause)ProductCreationException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
ProductCreationExceptionpublic ProductCreationException() 
 - 
ProductCreationExceptionpublic ProductCreationException(java.lang.String message) 
 - 
ProductCreationExceptionpublic ProductCreationException(java.lang.Throwable cause) 
 - 
ProductCreationExceptionpublic ProductCreationException(java.lang.String message, java.lang.Throwable cause)
 
- 
 
-