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:
Serializable
- Author:
- Freggle
- See Also:
Constructor Summary
ConstructorDescriptionConstructor.TXPNodesBusyException
(String message) Constructor.TXPNodesBusyException
(String message, Throwable cause) Constructor.TXPNodesBusyException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Constructor.TXPNodesBusyException
(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
Constructor Details
TXPNodesBusyException
public TXPNodesBusyException()Constructor.TXPNodesBusyException
Constructor.- Parameters:
message
- The message.
TXPNodesBusyException
Constructor.- Parameters:
cause
- The cause.
TXPNodesBusyException
Constructor.- Parameters:
message
- The message.cause
- The cause.
TXPNodesBusyException
public TXPNodesBusyException(String message, 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.