1: package com.esri.sde.sdk.client; 2: 3: public class SeException extends Exception { 4: 5: public SeError getSeError() { 6: return null; 7: } 8: 9: }