UMS 코드 개선
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
package com.eactive.ext.kjb.common;
|
||||||
|
|
||||||
|
public class KjbUmsException extends Exception {
|
||||||
|
public KjbUmsException(String message) {
|
||||||
|
super(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
public KjbUmsException(String message, Throwable cause) {
|
||||||
|
super(message, cause);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user