コード例 #1
0
 public BackEndException(ErrorCode errorCode, Exception e) {
   super(errorCode.toString(), e);
   this.errorCode = errorCode;
 }
コード例 #2
0
 /**
  * Returns the Error code
  *
  * @return
  */
 public String getErrorCodeString() {
   return errorCode.toString();
 }