super();
super(message);
super(message); this.throwable = throwable;
printStackTrace(new PrintWriter(System.err));
printStackTrace(new PrintWriter(ps));
if (throwable != null) { pw.println("QueueException: " + getMessage()); throwable.printStackTrace(pw); } else { super.printStackTrace(pw); }