Package com.iizix.txp
Class TXPHeuristicMixedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iizix.txp.TXPException
com.iizix.txp.TXPHeuristicMixedException
- All Implemented Interfaces:
- Serializable
- Author:
- Freggle
- See Also:
- Constructor SummaryConstructorsConstructorDescriptionConstructor.- TXPHeuristicMixedException- (String message) Constructor.- TXPHeuristicMixedException- (String message, Throwable cause) Constructor.- TXPHeuristicMixedException- (String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.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- TXPHeuristicMixedExceptionpublic TXPHeuristicMixedException()Constructor.
- TXPHeuristicMixedExceptionConstructor.- Parameters:
- message- The message.
 
- TXPHeuristicMixedExceptionConstructor.- Parameters:
- cause- The cause.
 
- TXPHeuristicMixedExceptionConstructor.- Parameters:
- message- The message.
- cause- The cause.
 
- TXPHeuristicMixedExceptionpublic TXPHeuristicMixedException- (String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.- Parameters:
- message- The message.
- cause- The cause.
- enableSuppression- Flag to enable suppression.
- writableStackTrace- Flag to write stack trace.