Метод | Описание | |
---|---|---|
ObjectAlreadyExistsException ( IJobDetail offendingJob ) : System |
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given IJobDetail. The message will read:
|
|
ObjectAlreadyExistsException ( ITrigger offendingTrigger ) : System |
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given ITrigger. The message will read:
|
|
ObjectAlreadyExistsException ( string msg ) : System |
Create a ObjectAlreadyExistsException with the given message.
|
Метод | Описание | |
---|---|---|
ObjectAlreadyExistsException ( |
Initializes a new instance of the ObjectAlreadyExistsException class.
|
public ObjectAlreadyExistsException ( IJobDetail offendingJob ) : System | ||
offendingJob | IJobDetail | |
Результат | System |
public ObjectAlreadyExistsException ( ITrigger offendingTrigger ) : System | ||
offendingTrigger | ITrigger | |
Результат | System |
protected ObjectAlreadyExistsException ( |
||
info | The |
|
context | The |
|
Результат | System |
public ObjectAlreadyExistsException ( string msg ) : System | ||
msg | string | |
Результат | System |