Package com.iizix.txp

Class TXPConcurrentCompletionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TXPConcurrentCompletionException
    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

      • TXPConcurrentCompletionException

        public TXPConcurrentCompletionException()
        Constructor.
      • TXPConcurrentCompletionException

        public TXPConcurrentCompletionException​(java.lang.String message)
        Constructor.
        Parameters:
        message - Message.
      • TXPConcurrentCompletionException

        public TXPConcurrentCompletionException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - The cause.
      • TXPConcurrentCompletionException

        public TXPConcurrentCompletionException​(java.lang.String message,
                                                java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - The message.
        cause - The cause.
      • TXPConcurrentCompletionException

        public TXPConcurrentCompletionException​(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.