📄 jco$exception.java
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: JCO.java
package com.sap.mw.jco;
// Referenced classes of package com.sap.mw.jco:
// JCO
public static class JCO$Exception extends RuntimeException
{
public final int getGroup()
{
return group;
}
public final String getKey()
{
return key;
}
public String toString()
{
return getClass().getName() + ": " + "(" + group + ") " + key + ": " + getMessage();
}
public static final int JCO_ERROR_PROGRAM = 101;
public static final int JCO_ERROR_COMMUNICATION = 102;
public static final int JCO_ERROR_LOGON_FAILURE = 103;
public static final int JCO_ERROR_SYSTEM_FAILURE = 104;
public static final int JCO_ERROR_APPLICATION_EXCEPTION = 105;
public static final int JCO_ERROR_RESOURCE = 106;
public static final int JCO_ERROR_PROTOCOL = 107;
public static final int JCO_ERROR_INTERNAL = 108;
public static final int JCO_ERROR_CANCELLED = 109;
public static final int JCO_ERROR_STATE_BUSY = 110;
public static final int JCO_ERROR_EXTENSION = 120;
public static final int JCO_ERROR_NULL_HANDLE = 121;
public static final int JCO_ERROR_CONVERSION = 122;
public static final int JCO_ERROR_FUNCTION_NOT_FOUND = 123;
public static final int JCO_ERROR_ILLEGAL_TID = 124;
public static final int JCO_ERROR_UNSUPPORTED_CODEPAGE = 125;
public static final int JCO_ERROR_ABAP_EXCEPTION = 126;
public static final int JCO_ERROR_FIELD_NOT_FOUND = 127;
public static final int JCO_ERROR_NOT_SUPPORTED = 128;
public static final int JCO_ERROR_SERVER_STARTUP = 129;
public static final int JCO_ERROR_XML_PARSER = 130;
public static final int JCO_ERROR_ILLEGAL_ARGUMENT = 131;
public static final int JCO_ERROR_CONCURRENT_CALL = 132;
public static final int JCO_ERROR_INVALID_HANDLE = 133;
public static final int JCO_ERROR_INITIALIZATION = 134;
public static final int JCO_ERROR_DSR_LOAD_ERROR = 150;
public static final int JCO_ERROR_DSR_PASSPORT_NOT_RECEIVED = 151;
public static final int JCO_ERROR_DSR_PASSPORT_NOT_VALID = 152;
public static final int JCO_ERROR_JARM_LOAD_ERROR = 155;
private int group;
private String key;
public JCO$Exception(int group, String key, String message)
{
super(message);
this.key = key;
this.group = group;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -