Package com.iizix.txp
Class TXPNodesBusyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.iizix.txp.TXPException
-
- com.iizix.txp.TXPNodesBusyException
-
- All Implemented Interfaces:
java.io.Serializable
public class TXPNodesBusyException extends TXPException
- Author:
- Freggle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TXPNodesBusyException()
Constructor.TXPNodesBusyException(java.lang.String message)
Constructor.TXPNodesBusyException(java.lang.String message, java.lang.Throwable cause)
Constructor.TXPNodesBusyException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Constructor.TXPNodesBusyException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
TXPNodesBusyException
public TXPNodesBusyException()
Constructor.
-
TXPNodesBusyException
public TXPNodesBusyException(java.lang.String message)
Constructor.- Parameters:
message
- The message.
-
TXPNodesBusyException
public TXPNodesBusyException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- The cause.
-
TXPNodesBusyException
public TXPNodesBusyException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- The message.cause
- The cause.
-
TXPNodesBusyException
public TXPNodesBusyException(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.
-
-