public class BatchException extends Exception
构造器和说明 |
---|
BatchException(int code) |
BatchException(int code,
String message) |
限定符和类型 | 方法和说明 |
---|---|
int |
getErrorCode() |
String |
getMessage() |
void |
setErrorCode(int errorCode) |
void |
setMessage(String message) |
public BatchException(int code)
public BatchException(int code, String message)
public int getErrorCode()
public void setErrorCode(int errorCode)
public String getMessage()
getMessage
在类中 Throwable
public void setMessage(String message)
Copyright © 2016–2018. All rights reserved.