|
|
@ -16,8 +16,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
package net.micode.notes.gtask.exception;
|
|
|
|
package net.micode.notes.gtask.exception;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 支持便签运行时的异常处理
|
|
|
|
|
|
|
|
*/
|
|
|
|
public class ActionFailureException extends RuntimeException {
|
|
|
|
public class ActionFailureException extends RuntimeException {
|
|
|
|
private static final long serialVersionUID = 4425249765923293627L;
|
|
|
|
private static final long serialVersionUID = 4425249765923293627L;//serialVersionUID用于版本控制
|
|
|
|
|
|
|
|
|
|
|
|
public ActionFailureException() {
|
|
|
|
public ActionFailureException() {
|
|
|
|
super();
|
|
|
|
super();
|
|
|
|