IllegalArgumentException exception = new IllegalArgumentException("Amount exceeds balance"); throw exception;
throw new IllegalArgumentException("Amount exceeds balance");