public class FactoryBuilderException
extends java.lang.Exception
FactoryBuilder when a IPojoFactory instance cannot be
created correctly.| Constructor and Description |
|---|
FactoryBuilderException(java.lang.String message)
Creates the exception instance with the given message.
|
FactoryBuilderException(java.lang.String message,
java.lang.Throwable cause)
Creates the exception instance with the given message and cause.
|
public FactoryBuilderException(java.lang.String message)
message - the messagepublic FactoryBuilderException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causeCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.