public class SimkitConcurrencyException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_MESSAGE |
Constructor and Description |
---|
SimkitConcurrencyException()
Constructs a new exception with the default message.
|
SimkitConcurrencyException(java.lang.String message)
Constructs a new exception with the given message appended to the default
message.
|
SimkitConcurrencyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message appended to the default
message and the given cause.
|
SimkitConcurrencyException(java.lang.Throwable cause)
Constructs a new exception with the default message and the given cause.
|
public static final java.lang.String DEFAULT_MESSAGE
public SimkitConcurrencyException()
public SimkitConcurrencyException(java.lang.String message)
message
- given messagepublic SimkitConcurrencyException(java.lang.String message, java.lang.Throwable cause)
message
- Given messagecause
- Given Exceptionpublic SimkitConcurrencyException(java.lang.Throwable cause)
cause
- Given Exception