Package com.polarion.alm.builder
Class GenericBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.alm.builder.GenericBuilderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BuilderMavenException
Generic builder-related exception.
EVENTUALLY WILL BECOME A BASE OF OTHER EXCEPTIONS
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenericBuilderException
(String message) Constructor.GenericBuilderException
(String message, Throwable cause) Constructor.GenericBuilderException
(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenericBuilderException
public GenericBuilderException()Constructor. -
GenericBuilderException
Constructor.- Parameters:
message
-
-
GenericBuilderException
Constructor.- Parameters:
cause
-
-
GenericBuilderException
Constructor.- Parameters:
message
-cause
-
-