- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.dtfj.javacore.builder.BuilderFailureException
-
- All Implemented Interfaces:
Serializable
public class BuilderFailureException extends Exception
Thrown when a factory object cannot be created. In many cases, it may be due to illegal arguments being passed into the factory methods.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuilderFailureException(String message)
BuilderFailureException(Throwable e)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-