18192021222324
public void pingMe() throws PingMeFault { FaultDetail fd = new FaultDetail(); fd.setMajor((short)2); fd.setMinor((short)1); throw new PingMeFault("Test Exception", fd); }