Package com.iizix.txp

Class TXPHeuristicMixedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TXPHeuristicMixedException
    extends TXPException
    Author:
    Freggle
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.