Package com.iizix.txp

Class TXPException

    • Constructor Summary

      Constructors 
      ConstructorDescription
      TXPException()
      Constructor.
      TXPException​(java.lang.String message)
      Constructor.
      TXPException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
      TXPException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor.
      TXPException​(java.lang.Throwable cause)
      Constructor.
    • 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

      • TXPException

        public TXPException()
        Constructor.
      • TXPException

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

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

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

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