global class SObjectException extends Exception { global SObjectException(String param0, Exception param1) { } global SObjectException(Exception param0) { } global SObjectException(String param0) { } global SObjectException() { } global Exception getCause() { } global Map> getInaccessibleFields() { } global Integer getLineNumber() { } global String getMessage() { } global String getStackTraceString() { } global String getTypeName() { } global void initCause(Exception cause) { } global void setMessage(String message) { } }