{
throw new PrinterException( "The delivered printJob is null." );
}
AccessPermission currentPermissions = this.getCurrentAccessPermission();
if(!currentPermissions.canPrint())
{
throw new PrinterException( "You do not have permission to print this document." );
}
printJob.setPageable(this);
if( printJob.printDialog() )