Package com.helger.phase4.util
Class Phase4RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.phase4.util.Phase4RuntimeException
- All Implemented Interfaces:
Serializable
phase4 base runtime exception. It is just a in-between exception for easy
catching of all phase4 related runtime exceptions.
- Since:
- 3.0.1
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPhase4RuntimeException(String sMessage) Phase4RuntimeException(String sMessage, Throwable aCause) Phase4RuntimeException(Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Phase4RuntimeException
- Parameters:
sMessage- Error message
-
Phase4RuntimeException
- Parameters:
aCause- Optional causing exception- Since:
- 0.13.0
-
Phase4RuntimeException
- Parameters:
sMessage- Error messageaCause- Optional causing exception
-