Package com.iizix.txp

Class TXPNodeAssociationFailed

  • All Implemented Interfaces:
    java.io.Serializable

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

      • TXPNodeAssociationFailed

        public TXPNodeAssociationFailed()
        Constructor.
      • TXPNodeAssociationFailed

        public TXPNodeAssociationFailed​(java.lang.String message)
        Constructor.
        Parameters:
        message - The message.
      • TXPNodeAssociationFailed

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

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

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