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:
java.io.Serializable
public class TXPHeuristicMixedException extends TXPException
- Author:
- Freggle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TXPHeuristicMixedException()
Constructor.TXPHeuristicMixedException(java.lang.String message)
Constructor.TXPHeuristicMixedException(java.lang.String message, java.lang.Throwable cause)
Constructor.TXPHeuristicMixedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Constructor.TXPHeuristicMixedException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
TXPHeuristicMixedException
public TXPHeuristicMixedException()
Constructor.
-
TXPHeuristicMixedException
public TXPHeuristicMixedException(java.lang.String message)
Constructor.- Parameters:
message
- The message.
-
TXPHeuristicMixedException
public TXPHeuristicMixedException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- The cause.
-
TXPHeuristicMixedException
public TXPHeuristicMixedException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- The message.cause
- The cause.
-
TXPHeuristicMixedException
public TXPHeuristicMixedException(java.lang.String message, java.lang.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.
-
-