public class JTestException { public static void main(String[] args) { String nullString = null; nullString.getBytes(); } }