Package com.polarion.platform.jobs
Class GenericJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.platform.jobs.GenericJobException
- All Implemented Interfaces:
Serializable
Generic jobs-related exception.
EVENTUALLY WILL BECOME A BASE OF OTHER EXCEPTIONS
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenericJobException
(String message) Constructor.GenericJobException
(String message, Throwable cause) Constructor.GenericJobException
(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
-
GenericJobException
public GenericJobException()Constructor. -
GenericJobException
Constructor.- Parameters:
message
-
-
GenericJobException
Constructor.- Parameters:
cause
-
-
GenericJobException
Constructor.- Parameters:
message
-cause
-
-