56575859606162
public void throwNonBusinessException() { throw new Error(); } public void throwBusinessException() throws BServiceBusinessException { throw new BServiceBusinessException("Business Exception"); }