package rx.exceptions; public final class AssemblyStackTraceException extends RuntimeException { private static final long serialVersionUID = 2038859767182585852L; @Override // java.lang.Throwable public synchronized Throwable fillInStackTrace() { return this; } }